UIVideo.SaveStatus Delegate

Definition

A delegate signature that is invoked after the video is saved.

public delegate void UIVideo.SaveStatus(string path, NSError error);
type UIVideo.SaveStatus = delegate of string * NSError -> unit

Parameters

path
String
error
NSError

Applies to