|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryType | |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel | |
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.lowlevel |
---|
Methods in org.gstreamer.lowlevel that return QueryType | |
---|---|
QueryType |
GstQueryAPI.gst_query_type_get_by_nick(java.lang.String nick)
|
QueryType |
GstQueryAPI.gst_query_type_register(java.lang.String nick,
java.lang.String description)
|
Methods in org.gstreamer.lowlevel with parameters of type QueryType | |
---|---|
Query |
GstQueryAPI.gst_query_new_application(QueryType type,
Structure structure)
|
java.lang.String |
GstQueryAPI.gst_query_type_get_name(QueryType query)
|
GQuark |
GstQueryAPI.gst_query_type_to_quark(QueryType query)
|
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 |