InPlayerItemType

public struct InPlayerItemType : Codable

Item type model

  • One of the content types (html, ovp, dlc, rss)

    Declaration

    Swift

    public let contentType: String?
  • The description of the asset type

    Declaration

    Swift

    public let descriptionField: String?
  • The platform hosting the content (OVP, CDN etc.)

    Declaration

    Swift

    public let host: String?
  • id

    Asset type ID

    Declaration

    Swift

    public let id: Int?
  • The name of the asset type

    Declaration

    Swift

    public let name: String?
  • Decoder method

    Declaration

    Swift

    public init(from decoder: Decoder) throws