Subtitle

struct Subtitle : Decodable

The current subtitle of the player (Global Kodi Type)

  • Player.Subtitle

    Declaration

    Swift

    public var index: Int?
  • Undocumented

    Declaration

    Swift

    public var isDefault: Bool?
  • Undocumented

    Declaration

    Swift

    public var isForced: Bool?
  • Undocumented

    Declaration

    Swift

    public var isImpaired: Bool?
  • Undocumented

    Declaration

    Swift

    public var language: String?
  • Undocumented

    Declaration

    Swift

    public var name: String?