public class ConvertQuery extends Query
See upstream documentation at https://gstreamer.freedesktop.org/data/doc/gstreamer/stable/gstreamer/html/GstQuery.html#gst-query-new-convert
Query.TypesMiniObject.HandleNativeObject.Initializer, NativeObject.TypeProvider, NativeObject.TypeRegistration<T extends NativeObject>GTYPE_NAME| Constructor and Description |
|---|
ConvertQuery(Format srcFormat,
long value,
Format destFormat)
Construct a new convert query object.
|
| Modifier and Type | Method and Description |
|---|---|
Format |
getDestinationFormat()
Get the destination
Format of this query. |
long |
getDestinationValue()
Get the destination value of this query.
|
Format |
getSourceFormat()
Get the source
Format of this query. |
long |
getSourceValue()
Get the source value of this query.
|
void |
setConvert(Format srcFormat,
long srcValue,
Format dstFormat,
long dstValue)
Answer a convert query by setting the requested values.
|
getStructurecopy, getRefCount, isWritable, makeWritableclose, disown, dispose, equals, getPointer, getRawPointer, hashCode, invalidate, toStringpublic void setConvert(Format srcFormat, long srcValue, Format dstFormat, long dstValue)
public Format getSourceFormat()
Format of this query.public Format getDestinationFormat()
Format of this query.public long getSourceValue()
public long getDestinationValue()
Copyright © 2021 gstreamer-java. All rights reserved.