Interface GoogleImaConfiguration

Describes the configuration of Google IMA.

interface GoogleImaConfiguration {
    bitrate?: number;
}

Properties

Properties

bitrate?: number

The maximum recommended bitrate in kbit/s. Ads with a bitrate below the specified maximum will be picked.

Remarks


- 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.

Default Value

-1

Generated using TypeDoc