OptiView Ads SDK
    Preparing search index...

    Interface BreakManifest

    The root Break Manifest structure.

    interface BreakManifest {
        adStartDelay?: number;
        breaks: Break[];
        channelId?: string;
        delivery?: DeliveryRule[];
        eventId?: string;
        organizationId?: string;
        polling?: Polling;
        timebase: Timebase;
        vendorConfiguration?: VendorConfiguration[];
        version: string;
    }
    Index
    adStartDelay?: number

    Played seconds (>= 0) before any break may start; omitted means 0.

    breaks: Break[]

    The available breaks

    channelId?: string

    Identifier of the channel the stream belongs to.

    delivery?: DeliveryRule[]

    Ordered delivery-steering rules (first match wins), evaluated once on the first fetch; absent means sgai.

    eventId?: string

    Identifier of the event being streamed.

    organizationId?: string

    Identifier of the organization owning the stream.

    polling?: Polling

    Determines how often the manifest should be refreshed

    timebase: Timebase

    Determines which 'time' reference is used

    vendorConfiguration?: VendorConfiguration[]

    Session-level configuration per vendor integration (spec 1.1.0).

    version: string

    Manifest version (semver format, e.g., "1.0.0")