ALAssetsLibrary.VideoAtPathIsIsCompatibleWithSavedPhotosAlbum(NSUrl) Method

Definition

Whether the video at videoPathURL can be saved in the Photos Album.

public virtual bool VideoAtPathIsIsCompatibleWithSavedPhotosAlbum(Foundation.NSUrl videoPathURL);
abstract member VideoAtPathIsIsCompatibleWithSavedPhotosAlbum : Foundation.NSUrl -> bool
override this.VideoAtPathIsIsCompatibleWithSavedPhotosAlbum : Foundation.NSUrl -> bool

Parameters

videoPathURL
NSUrl

A URL locating a video.

Returns

Remarks

Application developers implementing custom Audio-Video capture or editing video files should use this method prior to attempting to add the video to the Photos Album.

Applies to