[ruby-gnome2-doc-cvs] [Hiki] update - tut-gst-elements-properties

アーカイブの一覧に戻る

ruby-****@sourc***** ruby-****@sourc*****
2004年 4月 1日 (木) 20:45:55 JST


-------------------------
REMOTE_ADDR = 195.207.101.112
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/en/?tut-gst-elements-properties
-------------------------
  = Gst::Element Properties
+ {{link("tut-gst-elements-create", nil, "tut-gst", "tut-gst-plugins")}}
  
  A Gst::Element can have several properties which are implemented using standard GLib::Object properties. The usual GLib::Object methods to query, set and get property values and GLib::ParamSpecs are therefore supported.
  
  Every Gst::Element inherits at least one property of its parent Gst::Object: the "name" property. This is the name you provide to the methods Gst::ElementFactory.make or Gst::ElementFactory#create. You can get and set this property using the methods Gst::Object#set_name, Gst::Object#name= and Gst::Object#name.
  
  You don't need to access directly to the GLib::Object property mechanism, since Ruby/GLib automatically provides accessors methods for this in your object (in this case, based on Gst::Object).
  
  Most plugins provide additional properties to provide more information about their configuration or to configure the element.  (({gst-inspect})) is a useful tool to query the properties of a particular element, it will also use property introspection to give a short explanation about the function of the property and about the parameter types and ranges it supports.





ruby-gnome2-cvs メーリングリストの案内
アーカイブの一覧に戻る