Interface UplynkResponseVodAdBreakOffset

Represents the offset of an Uplynk ad break.

interface UplynkResponseVodAdBreakOffset {
    index: number;
    timeOffset: number;
}

Properties

Properties

index: number

The index of the ad break in the ads.breaks array.

timeOffset: number

The time offset of the ad break, in seconds.