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

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

Properties

contentInformation: PeriodContentInformation[]

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

periodId: string

The ID of the period.