次の方法で共有


AVCaptureVideoOrientation 列挙型

定義

ビデオ キャプチャの向き。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureVideoOrientation
type AVCaptureVideoOrientation = 
継承
AVCaptureVideoOrientation
属性

フィールド

LandscapeLeft 4

横向き、左向き。

LandscapeRight 3

横向き、右向き。

Portrait 1

PortraitUpsideDown 2

縦、上下逆さま。

適用対象