PHAssetCollectionSubtype Enum

Definition

Enumerates values that describe the particular subtype (For example, time lapses, bursts, shared collections in the cloud, and etc.) of an asset collection.

[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)]
public enum PHAssetCollectionSubtype
type PHAssetCollectionSubtype = 
Inheritance
PHAssetCollectionSubtype
Attributes

Fields

AlbumCloudShared 101

A shared iCloud album.

AlbumImported 6

Album imported from a camera or other external device.

AlbumMyPhotoStream 100

The user's iCloud Photo Stream.

AlbumRegular 2

Album created in Photos app.

AlbumSyncedAlbum 5

An album synced to the device from iPhoto.

AlbumSyncedEvent 3

An event synced to the device from iPhoto.

AlbumSyncedFaces 4

A faces group synced from iPhoto.

Any 9223372036854775807

A bitmask of all possible subtypes.

SmartAlbumAllHidden 205

A smart album that holds all assets hidden from Moments view.

SmartAlbumAnimated 214
SmartAlbumBursts 207

A smart album that holds all the burst sequences in the library.

SmartAlbumDepthEffect 212

A smart album that groups Depth Effect images.

SmartAlbumFavorites 203

A smart album that holds all assets marked as a favorite.

SmartAlbumGeneric 200

A smart album of no particular subtype.

SmartAlbumLivePhotos 213

A smart album that groups Live Photo images.

SmartAlbumLongExposures 215
SmartAlbumPanoramas 201

A smart album that holds all the panoramas in the library.

SmartAlbumRecentlyAdded 206

A smart album that holds recently added assets.

SmartAlbumScreenshots 211

A smart album that holds screenshots.

SmartAlbumSelfPortraits 210

A smart album that holds self portraits.

SmartAlbumSlomoVideos 208

A smart album that contains all the slow-motion videos in the library.

SmartAlbumTimelapses 204

A smart album that contains all the timelapse videos in the library.

SmartAlbumUserLibrary 209

A smart album that holds all the assets created by the user (as opposed to, for instance, iCloud Shared Albums).

SmartAlbumVideos 202

A smart album that holds all the videos in the library.

Applies to