Bitmovin Player API 8.268.0
    Preparing search index...

    Interface PeriodContentInformation

    Content information about one track inside the Period.

    interface PeriodContentInformation {
        codec: string;
        isDrmProtected: boolean;
        mimeType: string;
    }
    Index
    codec: string

    The codec of the content.

    isDrmProtected: boolean

    Whether the content is DRM-protected.

    mimeType: string

    The mime type of the content, expressed in the format content-type/container-format (e.g. video/mp4).