public interface UIVideoEditorControllerDelegate
| Modifier and Type | Method and Description |
|---|---|
default void |
videoEditorControllerDidCancel(UIVideoEditorController editor) |
default void |
videoEditorControllerDidFailWithError(UIVideoEditorController editor,
NSError error) |
default void |
videoEditorControllerDidSaveEditedVideoToPath(UIVideoEditorController editor,
java.lang.String editedVideoPath)
edited video is saved to a path in app's temporary directory
|
default void videoEditorControllerDidFailWithError(UIVideoEditorController editor, NSError error)
default void videoEditorControllerDidSaveEditedVideoToPath(UIVideoEditorController editor, java.lang.String editedVideoPath)
default void videoEditorControllerDidCancel(UIVideoEditorController editor)