Gst.QueryType
Standard predefined Query types
- QueryType.UNKNOWN
unknown query type
- QueryType.POSITION
current position in stream
- QueryType.DURATION
total duration of the stream
- QueryType.LATENCY
latency of stream
- QueryType.JITTER
current jitter of stream
- QueryType.RATE
current rate of the stream
- QueryType.SEEKING
seeking capabilities
- QueryType.SEGMENT
segment start/stop positions
- QueryType.CONVERT
convert values between formats
- QueryType.FORMATS
query supported formats for convert
- QueryType.BUFFERING
query available media for efficient seeking.
- QueryType.CUSTOM
a custom application or element defined query.
- QueryType.URI
query the URI of the source or sink.
- QueryType.ALLOCATION
the buffer allocation properties
- QueryType.SCHEDULING
the scheduling properties
- QueryType.ACCEPT_CAPS
the accept caps query
- QueryType.CAPS
the caps query
- QueryType.DRAIN
wait till all serialized data is consumed downstream
- QueryType.CONTEXT
query the pipeline-local context from downstream