PHAssetMediaSubtype Enum

Definition

Enumerates values that describe media subtypes. (HDR, panorama, streaming video, and etc.)

This enumeration supports a bitwise combination of its member values.

[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 = 
Inheritance
PHAssetMediaSubtype
Attributes

Fields

None 0

No specific subtype.

PhotoDepthEffect 16

A Depth Effect photo.

PhotoHDR 2

A high-dynamic-range photo.

PhotoLive 8

A Live Photo.

PhotoPanorama 1

A panoramic photo.

Screenshot 4

A screenshot.

VideoHighFrameRate 131072

A video recorded at a frame rate greater than 30FPS.

VideoStreamed 65536

A streaming video.

VideoTimelapse 262144

A timelapse video.

Applies to