Abstract
Dynamically register new formats.
Included in: Gst .
Index: == description each find id nick
Class methods | |
---|---|
each | each { |aFormatObject| block } -> nil |
Calls the block for each registered format, passing a reference to the Gst::Format object as parameter. | |
find | find(aNickString) -> aFormatObject |
Returns a reference to the Gst::Format object registered with the given nick, or nil if this query was not registered. |
Instance methods | |
---|---|
== | == aFormatObject -> aBoolean |
Checks if two Gst::Format objects are registered under the same nick. | |
description | description -> aString |
Gets a longer description of the format. | |
id | id -> aFixnum |
Gets the unique id of this format, as an integer value. | |
nick | nick -> aString |
Gets the short nick of the format. |