Package apple.avfoundation.enums
Class AVCaptureVideoOrientation
- java.lang.Object
-
- apple.avfoundation.enums.AVCaptureVideoOrientation
-
public final class AVCaptureVideoOrientation extends java.lang.Object[@enum] AVCaptureVideoOrientation 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.
-
-
Field Summary
Fields Modifier and Type Field Description static longLandscapeLeftstatic longLandscapeRightstatic longPortraitstatic longPortraitUpsideDown
-
-
-
Field Detail
-
Portrait
public static final long Portrait
- See Also:
- Constant Field Values
-
PortraitUpsideDown
public static final long PortraitUpsideDown
- See Also:
- Constant Field Values
-
LandscapeRight
public static final long LandscapeRight
- See Also:
- Constant Field Values
-
LandscapeLeft
public static final long LandscapeLeft
- See Also:
- Constant Field Values
-
-