ALAssetsLibrary.VideoAtPathIsIsCompatibleWithSavedPhotosAlbum(NSUrl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the video at videoPathURL
can be saved in the Photos Album.
[Foundation.Export("videoAtPathIsCompatibleWithSavedPhotosAlbum:")]
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
- Attributes
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.