org.gstreamer.interfaces
Class VideoOrientation

java.lang.Object
  extended by org.gstreamer.lowlevel.NativeValue
      extended by org.gstreamer.interfaces.GstInterface
          extended by org.gstreamer.interfaces.VideoOrientation

public class VideoOrientation
extends GstInterface


Nested Class Summary
 
Nested classes/interfaces inherited from class org.gstreamer.interfaces.GstInterface
GstInterface.ListElementCreator<E>
 
Field Summary
 
Fields inherited from class org.gstreamer.interfaces.GstInterface
element, handle
 
Method Summary
 boolean getHcenter(int center)
           
 boolean getHflip(boolean flip)
           
 boolean getVcenter(int center)
           
 boolean getVflip(boolean flip)
           
 boolean setHcenter(int center)
           
 boolean setHflip(boolean flip)
           
 boolean setVcenter(int center)
           
 boolean setVflip(boolean flip)
           
static VideoOrientation wrap(Element element)
          Wraps the Element in a VideoOrientation interface
 
Methods inherited from class org.gstreamer.interfaces.GstInterface
getElement, nativeValue, objectList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrap

public static final VideoOrientation wrap(Element element)
Wraps the Element in a VideoOrientation interface

Parameters:
element - the element to use as a VideoOrientation
Returns:
a VideoOrientation for the element

getHflip

public boolean getHflip(boolean flip)

getVflip

public boolean getVflip(boolean flip)

getHcenter

public boolean getHcenter(int center)

getVcenter

public boolean getVcenter(int center)

setHflip

public boolean setHflip(boolean flip)

setVflip

public boolean setVflip(boolean flip)

setHcenter

public boolean setHcenter(int center)

setVcenter

public boolean setVcenter(int center)