THEOplayer > LinearAd
Inherits from Ad . See parent page for inherited properties and methods.
Represents a linear ad in the VAST specification.
Signature:
export interface LinearAd extends Ad
Property |
Type |
Description |
---|---|---|
|
The duration of the ad, in seconds. |
|
List of media files which contain metadata about ad video files. |
The duration of the ad, in seconds.
Signature:
duration: number;
- Available when the Ad.readyState is 'ready'
.
List of media files which contain metadata about ad video files.
Signature:
mediaFiles: MediaFile[];