Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait