Package apple.uikit.protocol
Interface UIVideoEditorControllerDelegate
-
public interface UIVideoEditorControllerDelegate
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidvideoEditorControllerDidCancel(UIVideoEditorController editor)default voidvideoEditorControllerDidFailWithError(UIVideoEditorController editor, NSError error)default voidvideoEditorControllerDidSaveEditedVideoToPath(UIVideoEditorController editor, java.lang.String editedVideoPath)edited video is saved to a path in app's temporary directory
-
-
-
Method Detail
-
videoEditorControllerDidFailWithError
default void videoEditorControllerDidFailWithError(UIVideoEditorController editor, NSError error)
-
videoEditorControllerDidSaveEditedVideoToPath
default void videoEditorControllerDidSaveEditedVideoToPath(UIVideoEditorController editor, java.lang.String editedVideoPath)
edited video is saved to a path in app's temporary directory
-
videoEditorControllerDidCancel
default void videoEditorControllerDidCancel(UIVideoEditorController editor)
-
-