AssetsLibrary Namespace

The AssetsLibrary namespace provides access to system-managed photos and videos.

Classes

ALAsset

An asset managed by the Photo application (videos and photos).

ALAssetLibraryChangedEventArgs

Provides data for the event.

ALAssetRepresentation

A specific representation of an asset.

ALAssetsErrorExtensions

Extension methods for the AssetsLibrary.ALAssetsError enumeration.

ALAssetsFilter

Keys used to limit asset enumeration by a specific kind.

ALAssetsGroup

Sets of assets managed by the Photo application.

ALAssetsLibrary

A class that encapsulates access to the video and media of the "Photos" application.

ALAssetsLibrary.Notifications

Notification posted by the ALAssetsLibrary class.

Enums

ALAssetOrientation

The orientation of the asset.

ALAssetsError

An enumeration whose values specify various errors relating to ALAssets.

ALAssetsGroupType

Describes the group type.

ALAssetType

The asset type.

ALAuthorizationStatus

An enumeration whose values specify the authorization status of a ALAssetsLibrary. Retrieved by the AuthorizationStatus property.

Delegates

ALAssetsEnumerator

Signature for delegates participating in asset enumeration.

ALAssetsLibraryGroupsEnumerationResultsDelegate

A delegate that is used as the enumerationBlock parameter in calls to the Enumerate(ALAssetsGroupType, ALAssetsLibraryGroupsEnumerationResultsDelegate, Action<NSError>) method.