Abstract
Identifies the data.
Included in: Gst .
Index: == each exts find_by_id find_by_mime id mime types
Class methods | |
---|---|
each | each { |aTypeObject| block } -> nil |
Calls the block for each registred types, passing a reference to the Gst::Type as parameter. | |
find_by_id | find_by_id(aFixnum) -> aTypeObject |
Searches for a registered type of the given ID. If found, returns a Gst::Type object. Otherwise, returns nil. | |
find_by_mime | find_by_mime(aString) -> aTypeObject |
Searches for a registered type of the given MIME type. If found, returns a Gst::Type object. Otherwise, returns nil. | |
types | types -> anArray |
Returns a list of all registered types, in an array of Gst::Type objects. |
Instance methods | |
---|---|
== | == aTypeObject -> aBoolean |
Checks if two Gst::Type objects are refered under the same ID number. | |
exts | exts -> aString |
Gets files extentions handled by the type, if there are any. This method may otherwise return nil. | |
id | id -> aFixnum |
Gets the ID number of the type. | |
mime | mime -> aString |
Gets the MIME type of the type. |