UIImagePickerControllerQualityType 列挙型

定義

ビデオ品質を指定するために使用される値の列挙。

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

フィールド

At1280x720 4

1280x720 iFrame 形式。

At640x480 3

VGA 品質のビデオ録画。

At960x540 5

960x540 iFrame 形式。

High 0

高品質。

Low 2

低品質。

Medium 1

中程度の品質。

適用対象