THEOplayer > GoogleDAIVodConfiguration
Inherits from GoogleDAIConfiguration . See parent page for inherited properties and methods.
Represents a configuration for server-side ad insertion with the Google DAI pre-integration for a VOD media stream.
Signature:
export interface GoogleDAIVodConfiguration extends GoogleDAIConfiguration
- Available since v2.30.0.
Property |
Type |
Description |
---|---|---|
|
The type of the requested stream. |
|
|
The identifier for the publisher content for on-demand streams. |
|
|
The identifier for the video content source for on-demand streams. |
The type of the requested stream.
Signature:
readonly availabilityType: 'vod';
The identifier for the publisher content for on-demand streams.
Signature:
contentSourceID: string;
- The publisher content comes from a CMS.
- This property is required for on-demand streams.
The identifier for the video content source for on-demand streams.
Signature:
videoID: string;
- This property is required for on-demand streams.