Share via


PHAssetMediaSubtype 枚举

定义

枚举描述媒体子类型的值。 (HDR、全景、流式传输视频等)

此枚举支持其成员值的按位组合。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[System.Flags]
public enum PHAssetMediaSubtype
type PHAssetMediaSubtype = 
继承
PHAssetMediaSubtype
属性

字段

None 0

无特定子类型。

PhotoDepthEffect 16

深度效果照片。

PhotoHDR 2

高动态范围照片。

PhotoLive 8

实时照片。

PhotoPanorama 1

全景照片。

Screenshot 4

屏幕截图。

VideoHighFrameRate 131072

以大于 30FPS 的帧速率录制的视频。

VideoStreamed 65536

流视频。

VideoTimelapse 262144

超时视频。

适用于