VideoClipToolControllerDelegate

@objc(PESDKVideoClipToolControllerDelegate)
public protocol VideoClipToolControllerDelegate : AnyObject

The VideoClipToolControllerDelegate defines methods that allow you to respond to messages from the VideoClipToolController.

  • Tells the delegate that the given video clips were selected.

    Declaration

    Swift

    func videoClipToolController(_ videoClipToolController: VideoClipToolController, didSelect videos: [VideoClip])

    Parameters

    videoClipToolController

    The video clip tool controller where the video clips have been selected in.

    videos

    The video clips that have been selected.