Share via


PHVideoRequestOptionsDeliveryMode 枚举

定义

枚举在请求视频数据时平衡加载时间和视频质量的值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PHVideoRequestOptionsDeliveryMode
type PHVideoRequestOptionsDeliveryMode = 
继承
PHVideoRequestOptionsDeliveryMode
属性

字段

Automatic 0

照片返回最适合请求和网络条件的数据。

FastFormat 3

照片提供快速、质量较低的视频数据。

HighQualityFormat 1

照片提供高质量,但可能更大的视频数据。

MediumQualityFormat 2

照片提供中等质量的图像数据。

适用于