UIVideo.SaveToPhotosAlbum(String, UIVideo+SaveStatus) 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.
Saves the video to the photos album.
public static void SaveToPhotosAlbum (string path, UIKit.UIVideo.SaveStatus status);
static member SaveToPhotosAlbum : string * UIKit.UIVideo.SaveStatus -> unit
Parameters
- path
- String
The path to save.
- status
- UIVideo.SaveStatus
Callback that will be invoked when the saving completes.