Package | Description |
---|---|
org.gstreamer | |
org.gstreamer.lowlevel | |
org.gstreamer.query |
Modifier and Type | Field and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
QueryType.compareTo(QueryType queryType)
Compares this QueryType to another.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
ApplicationQuery(QueryType type,
Structure structure)
Constructs a new custom application query object.
|