|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryType | |
---|---|
org.gstreamer | |
org.gstreamer.query |
Uses of QueryType in org.gstreamer |
---|
Fields in org.gstreamer declared as QueryType | |
---|---|
static QueryType |
QueryType.CONVERT
convert values between formats |
static QueryType |
QueryType.DURATION
total duration of the stream |
static QueryType |
QueryType.FORMATS
query supported formats for convert |
static QueryType |
QueryType.JITTER
current jitter of stream |
static QueryType |
QueryType.LATENCY
latency of stream |
static QueryType |
QueryType.NONE
invalid query type |
static QueryType |
QueryType.POSITION
current position in stream |
static QueryType |
QueryType.RATE
current rate of the stream |
static QueryType |
QueryType.SEEKING
seeking capabilities |
static QueryType |
QueryType.SEGMENT
segment start/stop positions |
Methods in org.gstreamer that return QueryType | |
---|---|
static QueryType |
QueryType.fromNick(java.lang.String nick)
Looks up a query type by its gstreamer nick. |
static QueryType |
QueryType.valueOf(int value)
Returns the QueryType with the specified integer value. |
Methods in org.gstreamer with parameters of type QueryType | |
---|---|
int |
QueryType.compareTo(QueryType queryType)
Compares this QueryType to another. |
Uses of QueryType in org.gstreamer.query |
---|
Constructors in org.gstreamer.query with parameters of type QueryType | |
---|---|
ApplicationQuery(QueryType type,
Structure structure)
Constructs a new custom application query object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |