Enumeration
AVCaptureVideoOrientation
Constants indicating video orientation.
SDKs
- iOS 4.0+
- macOS 10.7+
- Mac Catalyst 13.0+
Declaration
typedef enum AVCaptureVideoOrientation : NSInteger {
...
} AVCaptureVideoOrientation;
See Also
Managing Video Configuration
videoOrientation
Indicates whether to rotate the video flowing through the connection to a given orientation.
supportsVideoOrientation
A Boolean value that indicates whether the connection supports changing the orientation of the video.
videoFieldMode
An indicator of how interlaced video flowing through the connection should be treated
videoMinFrameDuration
The minimum time interval between which the receiver should output consecutive video frames.
videoMaxFrameDuration
The maximum time interval between which the receiver should output consecutive video frames.