Content information about one track inside the Period.

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

Properties

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).