ID

enum ID : Int, Codable

The ID of the player (Global Kodi Type)

  • Player.Id

    The audio player

    Declaration

    Swift

    case audio
  • The video player

    Declaration

    Swift

    case video
  • The picture player

    Declaration

    Swift

    case picture