THEOplayer > GoogleImaConfiguration
Describes the configuration of Google IMA.
Signature:
export interface GoogleImaConfiguration
Property |
Type |
Description |
---|---|---|
bitrate (optional) |
|
The maximum recommended bitrate in kbit/s. Ads with a bitrate below the specified maximum will be picked. |
The maximum recommended bitrate in kbit/s. Ads with a bitrate below the specified maximum will be picked.
Signature:
bitrate?: number;
- When set to -1, it will select the ad with the highest bitrate.
- If there is no ad below the specified maximum, the ad closest to the bitrate will be picked.