Package org.videolan.libvlc.interfaces
Class IMedia.VideoTrack.Orientation
- java.lang.Object
-
- org.videolan.libvlc.interfaces.IMedia.VideoTrack.Orientation
-
- Enclosing class:
- IMedia.VideoTrack
public static final class IMedia.VideoTrack.Orientation extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBottomLeftFlipped verticallystatic intBottomRightRotated 180 degreesstatic intLeftBottomRotated 90 degrees clockwise (or 270 anti-clockwise)static intLeftTopTransposedstatic intRightBottomAnti-transposedstatic intRightTopRotated 90 degrees anti-clockwisestatic intTopLeftTop line represents top, left column leftstatic intTopRightFlipped horizontally
-
Constructor Summary
Constructors Constructor Description Orientation()
-
-
-
Field Detail
-
TopLeft
public static final int TopLeft
Top line represents top, left column left- See Also:
- Constant Field Values
-
TopRight
public static final int TopRight
Flipped horizontally- See Also:
- Constant Field Values
-
BottomLeft
public static final int BottomLeft
Flipped vertically- See Also:
- Constant Field Values
-
BottomRight
public static final int BottomRight
Rotated 180 degrees- See Also:
- Constant Field Values
-
LeftTop
public static final int LeftTop
Transposed- See Also:
- Constant Field Values
-
LeftBottom
public static final int LeftBottom
Rotated 90 degrees clockwise (or 270 anti-clockwise)- See Also:
- Constant Field Values
-
RightTop
public static final int RightTop
Rotated 90 degrees anti-clockwise- See Also:
- Constant Field Values
-
RightBottom
public static final int RightBottom
Anti-transposed- See Also:
- Constant Field Values
-
-