MediaOverlayStyle

public enum MediaOverlayStyle : Int

Defines the media overlay and TTS selection

  • default: The background is colored
  • underline: The underlined is colored
  • textColor: The text is colored
  • Declaration

    Swift

    case `default`
  • Declaration

    Swift

    case underline
  • Declaration

    Swift

    case textColor