Package ch.bailu.gtk.gst
Schnittstelle QueryType
public interface QueryType
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
the accept caps querystatic final int
the buffer allocation propertiesstatic final int
the bitrate query (since 1.16)static final int
query available media for efficient seeking.static final int
the caps querystatic final int
query the pipeline-local context from
downstream or upstream (since 1.2)static final int
convert values between formatsstatic final int
a custom application or element defined query.static final int
wait till all serialized data is consumed downstreamstatic final int
total duration of the streamstatic final int
query supported formats for convertstatic final int
current jitter of streamstatic final int
latency of streamstatic final int
current position in streamstatic final int
current rate of the streamstatic final int
the scheduling propertiesstatic final int
seeking capabilitiesstatic final int
segment start/stop positionsstatic final int
Query stream selection capability.static final int
unknown query typestatic final int
query the URI of the source or sink.
-
Felddetails
-
UNKNOWN
static final int UNKNOWNunknown query type- Siehe auch:
-
POSITION
static final int POSITIONcurrent position in stream- Siehe auch:
-
DURATION
static final int DURATIONtotal duration of the stream- Siehe auch:
-
LATENCY
static final int LATENCYlatency of stream- Siehe auch:
-
JITTER
static final int JITTERcurrent jitter of stream- Siehe auch:
-
RATE
static final int RATEcurrent rate of the stream- Siehe auch:
-
SEEKING
static final int SEEKINGseeking capabilities- Siehe auch:
-
SEGMENT
static final int SEGMENTsegment start/stop positions- Siehe auch:
-
CONVERT
static final int CONVERTconvert values between formats- Siehe auch:
-
FORMATS
static final int FORMATSquery supported formats for convert- Siehe auch:
-
BUFFERING
static final int BUFFERINGquery available media for efficient seeking.- Siehe auch:
-
CUSTOM
static final int CUSTOMa custom application or element defined query.- Siehe auch:
-
URI
static final int URIquery the URI of the source or sink.- Siehe auch:
-
ALLOCATION
static final int ALLOCATIONthe buffer allocation properties- Siehe auch:
-
SCHEDULING
static final int SCHEDULINGthe scheduling properties- Siehe auch:
-
ACCEPT_CAPS
static final int ACCEPT_CAPSthe accept caps query- Siehe auch:
-
CAPS
static final int CAPSthe caps query- Siehe auch:
-
DRAIN
static final int DRAINwait till all serialized data is consumed downstream- Siehe auch:
-
CONTEXT
static final int CONTEXTquery the pipeline-local context from
downstream or upstream (since 1.2)- Siehe auch:
-
BITRATE
static final int BITRATEthe bitrate query (since 1.16)- Siehe auch:
-
SELECTABLE
static final int SELECTABLEQuery stream selection capability.- Siehe auch:
-