Module: Gst::QueryType

Defined in:
(unknown)

Constant Summary collapse

UNKNOWN =

unknown query type

0 or :unknown
POSITION =

current position in stream

2563 or :position
DURATION =

total duration of the stream

5123 or :duration
LATENCY =

latency of stream

7683 or :latency
JITTER =

current jitter of stream

10243 or :jitter
RATE =

current rate of the stream

12803 or :rate
SEEKING =

seeking capabilities

15363 or :seeking
SEGMENT =

segment start/stop positions

17923 or :segment
CONVERT =

convert values between formats

20483 or :convert
FORMATS =

query supported formats for convert

23043 or :formats
BUFFERING =

query available media for efficient seeking.

28163 or :buffering
CUSTOM =

a custom application or element defined query.

30723 or :custom
URI =

query the URI of the source or sink.

33283 or :uri
ALLOCATION =

the buffer allocation properties

35846 or :allocation
SCHEDULING =

the scheduling properties

38401 or :scheduling
ACCEPT_CAPS =

the accept caps query

40963 or :accept_caps
CAPS =

the caps query

43523 or :caps
DRAIN =

wait till all serialized data is consumed downstream

46086 or :drain
CONTEXT =

query the pipeline-local context from downstream or upstream (since 1.2)

48643 or :context
BITRATE =

the bitrate query (since 1.16)

51202 or :bitrate
SELECTABLE =

Query stream selection capability.

53763 or :selectable