THEOplayer Web SDK
    Preparing search index...

    Interface UplynkResponseVodAdBreakOffset

    Represents the offset of an Uplynk ad break.

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

    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.