PHAssetMediaSubtype Enumerazione

Definizione

Enumera i valori che descrivono i sottotipi multimediali. (HDR, panorama, streaming video e così via)

Questa enumerazione supporta una combinazione bit per bit dei rispettivi valori dei membri.

[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 = 
Ereditarietà
PHAssetMediaSubtype
Attributi

Campi

None 0

Nessun sottotipo specifico.

PhotoDepthEffect 16

Foto effetto profondità.

PhotoHDR 2

Foto ad alta gamma dinamica.

PhotoLive 8

Una foto dal vivo.

PhotoPanorama 1

Una foto panoramica.

Screenshot 4

Uno screenshot.

VideoHighFrameRate 131072

Un video registrato a una frequenza di fotogrammi maggiore di 30FPS.

VideoStreamed 65536

Un video in streaming.

VideoTimelapse 262144

Un video di tempo trascorso.

Si applica a