VideoRepeatMode

@objc public enum VideoRepeatMode: Int

Enum for Player list mode Supported mode: repeatAll,repeatOff,repeatSingle

  • Repeat Off

    Declaration

    Swift

    case repeatOff
  • Repeat Single

    Declaration

    Swift

    case repeatSingle
  • repeat All

    Declaration

    Swift

    case repeatAll