org.gstreamer.interfaces
Class VideoOrientation
java.lang.Object
org.gstreamer.lowlevel.NativeValue
org.gstreamer.interfaces.GstInterface
org.gstreamer.interfaces.VideoOrientation
public class VideoOrientation
- extends GstInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)