CastAsset
public struct CastAsset : Codable
Represents the media information that the receiver application will use for content authorization and subsequent casting
-
The user authentication token
Declaration
Swift
public let userAuthToken: String -
Cast platform asset
Declaration
Swift
public let platformAsset: CastPlatformAsset -
HTTP Headers to be added to auth request
Declaration
Swift
public let headers: Headers? -
Undocumented
Declaration
Swift
public init(userAuthToken: String, platformAsset: CastPlatformAsset, headers: Headers?)