Share via


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

中等质量。

适用于