public enum QueryType extends Enum<QueryType> implements NativeEnum<QueryType>
| Enum Constant and Description |
|---|
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
|
UNKNOWN
invalid query type
|
URI
query the URI of the source or sink
|
| Modifier and Type | Method and Description |
|---|---|
int |
intValue()
Gets the integer value of the enum.
|
static QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffromInt, fromIntpublic static final QueryType UNKNOWN
public static final QueryType POSITION
public static final QueryType DURATION
public static final QueryType LATENCY
public static final QueryType JITTER
public static final QueryType RATE
public static final QueryType SEEKING
public static final QueryType SEGMENT
public static final QueryType CONVERT
public static final QueryType FORMATS
public static final QueryType BUFFERING
public static final QueryType CUSTOM
public static final QueryType URI
public static final QueryType ALLOCATION
public static final QueryType SCHEDULING
public static final QueryType ACCEPT_CAPS
public static final QueryType CAPS
public static final QueryType DRAIN
public static final QueryType CONTEXT
@Gst.Since(minor=16) public static final QueryType BITRATE
public static QueryType[] values()
for (QueryType c : QueryType.values()) System.out.println(c);
public static QueryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int intValue()
intValue in interface NativeEnum<QueryType>Copyright © 2021 gstreamer-java. All rights reserved.