Bitmovin Player API 8.268.0
    Preparing search index...

    Interface Period

    interface Period {
        id: string;
        properties: { [key: string]: string };
        getAudioTracks(): AudioTrack[];
        getMetadata(): Metadata[];
        getTextTracks(): TextTrack[];
        getVideoTracks(): VideoTrack[];
    }
    Index
    id: string

    The ID of the Period.

    properties: { [key: string]: string }

    Contains Period attributes as defined in the MPD.

    • Returns metadata contained in the EventStream of the Period.

      Returns Metadata[]

    • Returns available text tracks of the Period.

      Returns TextTrack[]