Format
Description:
[ CCode ( cprefix = "GST_FORMAT_" , type_id = "gst_format_get_type ()" ) ]
public enum Format
Standard predefined formats
Content:
Enum values:
- BUFFERS - buffers (few, if any, elements
implement this as of May 2009)
- BYTES - bytes
- DEFAULT - the default format of the pad/element.
- PERCENT - percentage of stream (few, if any,
elements implement this as of May 2009)
- TIME - time in nanoseconds
- UNDEFINED - undefined format
Static methods:
- public static bool contains (Format[] formats, Format format)
See if the given format is inside the format array.
- public static Format get_by_nick (string nick)
Return the format registered with the given nick.
- public static Iterator iterate_definitions ()
Iterate all the registered formats.
- public static Format register (string nick, string description)
Create a new GstFormat based on the nick or return an already
registered format with that nick.
Methods: