Readonly
adsList of ads in the ad break.
Readonly
durationThe duration of the ad break, in seconds.
- For channels it can return undefined
when the duration has not yet been signaled.
Readonly
endThe end time of the ad break, in seconds.
- For channels it can return undefined
when the end time has not yet been signaled.
Offset after which the ad break may be skipped, in seconds.
If the offset is -1, the ad is unskippable. If the offset is 0, the ad is immediately skippable. Otherwise it must be a positive number indicating the offset. Skipping the ad in live streams is unsupported.
To be able to skip the first ad after 10 seconds use: `10`.
The {@link VerizonMediaConfiguration.defaultSkipOffset}.
Readonly
startThe start time of the ad break, in seconds.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Generated using TypeDoc
Represents a Verizon Media ad.