PHVideoRequestOptionsDeliveryMode 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举在请求视频数据时平衡加载时间和视频质量的值。
[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 | 照片提供中等质量的图像数据。 |