THEOplayer Web SDK
    Preparing search index...

    Interface BoundaryInfo

    Represents the information of an ad boundary.

    interface BoundaryInfo {
        duration: number;
        offset: number;
    }
    Index

    Properties

    Properties

    duration: number

    The duration of this boundary, in seconds.

    offset: number

    The offset for this boundary, in seconds.