public class VideoOrientation extends Object
| Modifier and Type | Method and Description |
|---|---|
Element |
getGObject()
Get the GObject implementing this interface.
|
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 |
protected final Element element
public static final VideoOrientation wrap(Element element)
Element in a VideoOrientation interfaceelement - the element to use as a VideoOrientationpublic boolean setHflip(boolean flip)
public boolean setVflip(boolean flip)
public boolean setHcenter(int center)
public boolean setVcenter(int center)
public Element getGObject()
GObject.GInterfacegetGObject in interface GObject.GInterfaceCopyright © 2021 gstreamer-java. All rights reserved.