ClipTrimOverlayAction

@objc
public enum ClipTrimOverlayAction : Int

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

  • Delete the video clip of a video composition.

    Declaration

    Swift

    case delete
  • Toggle play/pause for video preview.

    Declaration

    Swift

    case playPause