The members of AssetsLibrary.ALAsset are listed below.
See Also: Inherited members from Foundation.NSObject
ALAsset() | Default constructor that initializes a new instance of this class with no parameters. |
| Constructor to call on derived classes to skip initialization and merely allocate the object. | ||
| A constructor used when creating managed representations of unmanaged objects; Called by the runtime. |
| [read-only] | AssetType | ALAssetType. The asset type (photo, video, unknown). |
| [read-only] | AssetUrl | Foundation.NSUrl. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| [read-only] | Date | Foundation.NSDate. Asset's creation time stamp. |
| [read-only] | DefaultRepresentation | ALAssetRepresentation. Default asset representation. |
| [read-only] | Duration | double. For videos, play time. |
| [read-only] | Editable | bool. Whether the application may edit the asset. |
| [read-only] | Location | CoreLocation.CLLocation. Geographical information about the asset. |
| [read-only] | Orientation | ALAssetOrientation. Asset orientation. |
| [read-only] | OriginalAsset | ALAsset. The original version, if the AssetsLibrary.ALAsset is a modification. |
| [read-only] | Representations | string[]. Returns a list of all the available representations for this asset. |
| [read-only] | Thumbnail | CoreGraphics.CGImage. Returns the thumbnail for the asset. |
| [read-only] | UtiToUrlDictionary | Foundation.NSDictionary. The UTI to URL dictionary for the asset. |