Bitmovin Player API 8.268.0
    Preparing search index...

    Interface PeriodInformation

    Information about a period that is relevant for the decision on whether to recreate SourceBuffers or not.

    interface PeriodInformation {
        contentInformation: PeriodContentInformation[];
        periodId: string;
    }
    Index
    contentInformation: PeriodContentInformation[]

    Information about the content of the period, one entry per available track.

    periodId: string

    The ID of the period (always 0 for HLS).