org.gstreamer.query
Class ConvertQuery

java.lang.Object
  extended by org.gstreamer.lowlevel.NativeValue
      extended by org.gstreamer.lowlevel.Handle
          extended by org.gstreamer.lowlevel.NativeObject
              extended by org.gstreamer.lowlevel.RefCountedObject
                  extended by org.gstreamer.MiniObject
                      extended by org.gstreamer.Query
                          extended by org.gstreamer.query.ConvertQuery

public class ConvertQuery
extends Query

Convert values between formats


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gstreamer.lowlevel.NativeObject
org.gstreamer.lowlevel.NativeObject.Initializer
 
Field Summary
 
Fields inherited from class org.gstreamer.lowlevel.NativeObject
defaultInit, LIFECYCLE, ownsHandle
 
Constructor Summary
ConvertQuery(Format srcFormat, long value, Format destFormat)
           
ConvertQuery(org.gstreamer.lowlevel.NativeObject.Initializer init)
           
 
Method Summary
 Format getDestinationFormat()
           
 long getDestinationValue()
           
 Format getSourceFormat()
           
 long getSourceValue()
           
 void setConvert(Format srcFormat, long srcValue, Format dstFormat, long dstValue)
           
 
Methods inherited from class org.gstreamer.Query
getStructure, makeWritable
 
Methods inherited from class org.gstreamer.MiniObject
disposeNativeHandle, isWritable, makeWritable, objectFor, ref, unref
 
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
 

Constructor Detail

ConvertQuery

public ConvertQuery(org.gstreamer.lowlevel.NativeObject.Initializer init)

ConvertQuery

public ConvertQuery(Format srcFormat,
                    long value,
                    Format destFormat)
Method Detail

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()