Bitmovin Player React Native SDK - v1.1.0
    Preparing search index...

    Interface AdBreak

    Contains information about an ad break.

    interface AdBreak {
        ads: Ad[];
        id: string;
        scheduleTime: number;
    }
    Index

    Properties

    Properties

    ads: Ad[]

    The ads scheduled for this AdBreak.

    id: string

    The id of the corresponding AdBreakConfig. This will be auto-generated.

    scheduleTime: number

    The time in seconds in the media timeline the AdBreak is scheduled for.