[ruby-gnome2-doc-cvs] [Hiki] update - Gst::AutoplugFactory

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2003年 8月 24日 (日) 02:13:32 JST


-------------------------
REMOTE_ADDR = 81.51.53.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3AAutoplugFactory
-------------------------
  = class Gst::AutoplugFactory
  Create autopluggers from a factory.
  
  == Object Hierarchy
- * Gst::PluginFeature
+ * ((<Gst::PluginFeature>))
  
  == Class Methods
  --- Gst::AutoplugFactory.find(aNameString) 
      Searches for a registered autoplug factory of the given
      name, and returns a reference to a Gst::AutoplugFactory object
      if found.  Otherwise, returns nil.
  
  --- Gst::AutoplugFactory.make(aNameString) 
      Creates a new Gst::Autoplug instance from the autoplug factory with the
      given name.
      
      Returns nil if there is no autoplug factory registered with the given name
      or if the autoplug object could not be constructed.
      
      Example:
      
          auto1 = Gst::AutoplugFactory.make("staticrender")
          # This does the same
          auto2 = Gst::AutoplugFactory.find("staticrender").create
  
  
  == Instance Methods
  --- create 
      Creates and returns a new Gst::Autoplug instance from the current autoplug 
      factory. 
      
      Returns nil if the autoplug object could not be constructed.
  
  --- to_s 
      Gets a String representing the factory.
  
  
  
  - ((<lrz>))





ruby-gnome2-cvs メーリングリストの案内
Back to archive index