共用方式為


PHAssetMediaSubtype 列舉

定義

列舉描述媒體子類型的值。 (HDR、panorama、串流視訊等)

此列舉支援其成員值的位元組合。

[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

逾時點視訊。

適用於