org.gstreamer.query
Class ConvertQuery
java.lang.Object
org.gstreamer.lowlevel.NativeValue
org.gstreamer.lowlevel.Handle
org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.RefCountedObject
org.gstreamer.MiniObject
org.gstreamer.Query
org.gstreamer.query.ConvertQuery
public class ConvertQuery
- extends Query
Convert values between formats
Methods inherited from class org.gstreamer.lowlevel.NativeObject |
classFor, disown, dispose, equals, finalize, getNativeAddress, handle, hashCode, initializer, initializer, instanceFor, invalidate, isDisposed, nativeValue, objectFor, objectFor, toString |
Methods inherited from class java.lang.Object |
clone, getClass, notify, notifyAll, wait, wait, wait |
ConvertQuery
public ConvertQuery(NativeObject.Initializer init)
ConvertQuery
public ConvertQuery(Format srcFormat,
long value,
Format destFormat)
setConvert
public void setConvert(Format srcFormat,
long srcValue,
Format dstFormat,
long dstValue)
getSourceFormat
public Format getSourceFormat()
getDestinationFormat
public Format getDestinationFormat()
getSourceValue
public long getSourceValue()
getDestinationValue
public long getDestinationValue()