Share via


IUIVideoEditorControllerDelegate.VideoSaved Method

Definition

Called after the movie was successfully saved.

[Foundation.Export("videoEditorController:didSaveEditedVideoToPath:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void VideoSaved(UIKit.UIVideoEditorController editor, string editedVideoPath);
[<Foundation.Export("videoEditorController:didSaveEditedVideoToPath:")>]
[<Foundation.OptionalMember>]
[<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
Attributes

Applies to