public final class AVCaptureVideoOrientation
extends java.lang.Object
Constants indicating video orientation, for use with AVCaptureVideoPreviewLayer (see AVCaptureVideoPreviewLayer.h) and AVCaptureConnection (see below).
[@constant] AVCaptureVideoOrientationPortrait Indicates that video should be oriented vertically, home button on the bottom. [@constant] AVCaptureVideoOrientationPortraitUpsideDown Indicates that video should be oriented vertically, home button on the top. [@constant] AVCaptureVideoOrientationLandscapeRight Indicates that video should be oriented horizontally, home button on the right. [@constant] AVCaptureVideoOrientationLandscapeLeft Indicates that video should be oriented horizontally, home button on the left.
| Modifier and Type | Field and Description |
|---|---|
static long |
LandscapeLeft |
static long |
LandscapeRight |
static long |
Portrait |
static long |
PortraitUpsideDown |
public static final long Portrait
public static final long PortraitUpsideDown
public static final long LandscapeRight
public static final long LandscapeLeft