Share via


UIVideoEditorControllerDelegate.VideoSaved Method

Definition

Called after the movie was successfully saved.

[Foundation.Export("videoEditorController:didSaveEditedVideoToPath:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void VideoSaved(UIKit.UIVideoEditorController editor, string editedVideoPath);
[<Foundation.Export("videoEditorController:didSaveEditedVideoToPath:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member VideoSaved : UIKit.UIVideoEditorController * string -> unit
override this.VideoSaved : UIKit.UIVideoEditorController * string -> unit

Parameters

editedVideoPath
String

Implements

Attributes

Applies to