QueryType
Description:
[ CCode ( cprefix = "GST_QUERY_" , type_id = "gst_query_type_get_type ()" ) ]
public enum QueryType
Standard predefined Query types
Content:
Enum values:
- ACCEPT_CAPS - the accept caps
query
- ALLOCATION - the buffer
allocation properties
- BITRATE - the bitrate query (since
1.16)
- BUFFERING - query available media
for efficient seeking.
- CAPS - the caps query
- CONTEXT - query the pipeline-local
context from downstream or upstream (since 1.2)
- CONVERT - convert values between
formats
- CUSTOM - a custom application or
element defined query.
- DRAIN - wait till all serialized data
is consumed downstream
- DURATION - total duration of the
stream
- FORMATS - query supported formats
for convert
- JITTER - current jitter of stream
- LATENCY - latency of stream
- POSITION - current position in
stream
- RATE - current rate of the stream
- SCHEDULING - the scheduling
properties
- SEEKING - seeking capabilities
- SEGMENT - segment start/stop
positions
- SELECTABLE - Query stream
selection capability.
- UNKNOWN - unknown query type
- URI - query the URI of the source or
sink.
Methods: