JWGoogleDAIStream
@objc
public class JWGoogleDAIStream : NSObject
Used to configure Google DAI streams based on the provided information.
-
The video identifier for this stream.
Note
Used for VOD streams.Declaration
Swift
public internal(set) var videoID: String? { get }
-
The content source identifier for this stream.
Note
Used for VOD streams.Declaration
Swift
public internal(set) var cmsID: String? { get }
-
The stream’s assetKey.
Note
Used for live streams.Declaration
Swift
public internal(set) var assetKey: String? { get }
-
The stream request API key. This is used to verify applications attempting to access their content.
Declaration
Swift
public internal(set) var apiKey: String? { get }
-
Used to override a limited set of ad tag parameters on your stream request.
Declaration
Swift
public internal(set) var adTagParameters: [String : String]? { get }