AVCaptureVideoOrientation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Video capture orientation.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureVideoOrientation
type AVCaptureVideoOrientation =
- Inheritance
-
AVCaptureVideoOrientation
- Attributes
Fields
Name | Value | Description |
---|---|---|
Portrait | 1 | Portrait |
PortraitUpsideDown | 2 | Portrait, upside down. |
LandscapeRight | 3 | Landscape, turned right. |
LandscapeLeft | 4 | Landscape, turned left. |