UIVideoEditorControllerDelegate.VideoSaved 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.
Called after the movie was successfully saved.
[Foundation.Export("videoEditorController:didSaveEditedVideoToPath:")]
public virtual void VideoSaved (UIKit.UIVideoEditorController editor, string editedVideoPath);
abstract member VideoSaved : UIKit.UIVideoEditorController * string -> unit
override this.VideoSaved : UIKit.UIVideoEditorController * string -> unit
Parameters
- editor
- UIVideoEditorController
- editedVideoPath
- String
- Attributes