public static final class Media.VideoTrack.Orientation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BottomLeft
Flipped vertically
|
static int |
BottomRight
Rotated 180 degrees
|
static int |
LeftBottom
Rotated 90 degrees clockwise (or 270 anti-clockwise)
|
static int |
LeftTop
Transposed
|
static int |
RightBottom
Anti-transposed
|
static int |
RightTop
Rotated 90 degrees anti-clockwise
|
static int |
TopLeft
Top line represents top, left column left
|
static int |
TopRight
Flipped horizontally
|
| Constructor and Description |
|---|
Orientation() |
public static final int TopLeft
public static final int TopRight
public static final int BottomLeft
public static final int BottomRight
public static final int LeftTop
public static final int LeftBottom
public static final int RightTop
public static final int RightBottom