Class Gst::Format

Abstract

Dynamically register new formats.

Included in: Gst .

Index: == description each find id nick

Class methods
eacheach { |aFormatObject| block } -> nil
 

Calls the block for each registered format, passing a reference to the Gst::Format object as parameter.

findfind(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.

descriptiondescription -> aString
 

Gets a longer description of the format.

idid -> aFixnum
 

Gets the unique id of this format, as an integer value.

nicknick -> aString
 

Gets the short nick of the format.