Format#
- class Format#
Standard predefined formats
Methods#
- class Format
-
- get_details() FormatDefinition | None#
Get details about the given format.
- iterate_definitions() Iterator#
Iterate all the registered formats. The format definition is read only.
Fields#
- class Format
- BUFFERS#
Buffers (few, if any, elements implement this as of May 2009)
- BYTES#
Bytes
- DEFAULT#
The default format of the pad/element. This can be samples for raw audio, frames/fields for raw video (some, but not all, elements support this; use
GST_FORMAT_TIMEif you don’t have a good reason to query for samples/frames)
- PERCENT#
Percentage of stream (few, if any, elements implement this as of May 2009)
- TIME#
Time in nanoseconds
- UNDEFINED#
Undefined format