Repeat

enum Repeat : String, Decodable

The repeat mode of the player (Global Kodi Type)

  • off

    Player.Repeat

    Repeating is off

    Declaration

    Swift

    case off
  • one

    Repeat the current item

    Declaration

    Swift

    case one
  • all

    Repeat all items

    Declaration

    Swift

    case all