UIVideo.SaveToPhotosAlbum(String, UIVideo+SaveStatus) Method

Definition

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.

Applies to