Holds various additional ad data. Refer to ImaAdData or BitmovinAdData for more information on what additional data is available when using our Google IMA SDK implementation or our native VAST implementation.

interface AdData {
    bitrate?: number;
    maxBitrate?: number;
    mimeType?: string;
    minBitrate?: number;
}

Hierarchy (view full)

Properties

bitrate?: number

The average bitrate of the progressive media file as defined in the VAST response.

maxBitrate?: number

The maximum bitrate of the streaming media file as defined in the VAST response.

mimeType?: string

The MIME type of the media file or creative as defined in the VAST response.

minBitrate?: number

The minimum bitrate of the streaming media file as defined in the VAST response.