Interface BoundaryInfo

Represents the information of an ad boundary.

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

Properties

Properties

duration: number

The duration of this boundary, in seconds.

offset: number

The offset for this boundary, in seconds.