AudioOverlayAction

@objc
public enum AudioOverlayAction : Int

The overlay actions that can be used in an instance of AudioToolControllerOptions.

  • Delete the overlay audio clip of a video.

    Declaration

    Swift

    case delete
  • Toggle play/pause for video preview.

    Declaration

    Swift

    case playPause