AssetsLibrary.ALAsset: Method Members

The methods of AssetsLibrary.ALAsset are listed below. For a list of all members, see the ALAsset Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

AspectRatioThumbnail() : CoreGraphics.CGImage
Returns a thumbnail image that preserves the original aspect ration of the source image.
RepresentationForUti(string) : ALAssetRepresentation
Returns the specific version for the asset that matches the requested UTI.
SetImageData(Foundation.NSData, Foundation.NSDictionary, Action<Foundation.NSUrl, Foundation.NSError>)
Documentation for this section has not yet been entered.
SetImageDataAsync(Foundation.NSData, Foundation.NSDictionary) : System.Threading.Tasks.Task<Foundation.NSUrl>
Changes the data to and the metadata to . On success, executes .
SetVideoAtPath(Foundation.NSUrl, Action<Foundation.NSUrl, Foundation.NSError>)
Documentation for this section has not yet been entered.
SetVideoAtPathAsync(Foundation.NSUrl) : System.Threading.Tasks.Task<Foundation.NSUrl>
Modifies the to refer to the .
ValueForProperty(Foundation.NSString) : Foundation.NSObject
Low-level access to properties in the ALAsset.
WriteModifiedImageToSavedToPhotosAlbum(Foundation.NSData, Foundation.NSDictionary, Action<Foundation.NSUrl, Foundation.NSError>)
Documentation for this section has not yet been entered.
WriteModifiedImageToSavedToPhotosAlbumAsync(Foundation.NSData, Foundation.NSDictionary) : System.Threading.Tasks.Task<Foundation.NSUrl>
Modifies and writes an image asset to the user's Photos directory.
WriteModifiedVideoToSavedPhotosAlbum(Foundation.NSUrl, Action<Foundation.NSUrl, Foundation.NSError>)
Documentation for this section has not yet been entered.
WriteModifiedVideoToSavedPhotosAlbumAsync(Foundation.NSUrl) : System.Threading.Tasks.Task<Foundation.NSUrl>
Writes the video to the specified path.

Protected Methods

override
Dispose(bool)
Releases the resources used by the ALAsset object.