Module: Gst::Format
- Defined in:
- (unknown)
Constant Summary collapse
- UNDEFINED =
undefined format
0 or :undefined
- 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_TIME if you don't have a good reason to query for samples/frames)
1 or :default
- BYTES =
bytes
2 or :bytes
- TIME =
time in nanoseconds
3 or :time
- BUFFERS =
buffers (few, if any, elements implement this as of May 2009)
4 or :buffers
- PERCENT =
percentage of stream (few, if any, elements implement this as of May 2009)
5 or :percent