[ruby-gnome2-doc-cvs] [Hiki] create - Gst::Caps

Back to archive index

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


-------------------------
REMOTE_ADDR = 81.51.53.223
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/?Gst%3A%3ACaps
-------------------------
= class Gst::Caps
Capabilities of pads.


== Instance Methods
--- == anOtherCaps 
    Checks if two Gst::Caps objects are refering the same caps.

--- each_property { |name, value, isFixed| block } 
    Calls the block for each property of the Gst::Caps, passing references
    of name (String), value (an Object), and fixed state (a Boolean)
    as parameters.
    
    Always returns nil.

--- fixed? 
    Checks if the GstCaps has fixed properties, ie. 
    it has no ranges or lists.

--- has_fixed_property?(aString) 
    Checks if the Gst::Caps object has a fixed property 
    with the given name.

--- has_property?(aString) 
    Checks if the Gst::Caps object has a property 
    with the given name.

--- mime 
    Get the mime type of the caps, as a String.

--- name 
    Gets the name of the caps, as a String.

--- set_mime(aMimeString) 
    Set the mime type of the caps, as a String.

--- type_id 
    Gets the type ID of the caps, as a Fixnum.



- ((<lrz>))






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