AudioClipSelectionControllerDelegate

@objc(PESDKAudioClipSelectionControllerDelegate)
public protocol AudioClipSelectionControllerDelegate : AnyObject

The AudioClipSelectionControllerDelegate defines methods that allow you to respond to messages from the AudioClipSelectionController.

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

    Declaration

    Swift

    func audioClipSelectionController(_ audioClipSelectionController: AudioClipSelectionController, didSelect audioClip: AudioClip?)

    Parameters

    audioClipSelectionController

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

    audioClip

    The audio clip that was selected.