VideoClipSelectionControllerDelegate

@objc(PESDKVideoClipSelectionControllerDelegate)
public protocol VideoClipSelectionControllerDelegate : AnyObject

The VideoClipSelectionControllerDelegate defines methods that allow you to respond to messages from the VideoClipSelectionController.

  • Tells the delegate that the given video clip was selected.

    Declaration

    Swift

    func videoClipSelectionController(_ videoClipSelectionController: VideoClipSelectionController, didSelect videoClip: VideoClip)

    Parameters

    videoClipSelectionController

    The video clip selection controller where the video clip has been selected in.

    videoClip

    The video clip that was selected.