JWGoogimaDaiConfig
@interface JWGoogimaDaiConfig : NSObject
Configuration settings for Google IMA DAI.
-
The stream request API key. This is used to verify applications attempting to access their content.
Declaration
Objective-C
@property (readwrite, copy, nonatomic, nullable) NSString *apiKey; -
The video identifier for this stream.
Note
Used for VOD.Declaration
Objective-C
@property (readonly, copy, nonatomic, nullable) NSString *videoID; -
The content source ID for this stream.
Note
Used for VOD.Declaration
Objective-C
@property (readonly, copy, nonatomic, nullable) NSString *cmsID; -
The stream assetKey
Note
Used for live streams.Declaration
Objective-C
@property (readonly, copy, nonatomic, nullable) NSString *assetKey; -
Initialize for VOD.
Declaration
Objective-C
- (nonnull instancetype)initWithVideoID:(nonnull NSString *)videoID cmsID:(nonnull NSString *)cmsID; -
Initialize for live stream.
Declaration
Objective-C
- (nonnull instancetype)initWithAssetKey:(nonnull NSString *)assetKey;
JWGoogimaDaiConfig Class Reference