Vinyl
    Preparing search index...

    Interface MediaFormatMetadata

    Contains media formatting and encryption metadata.

    interface MediaFormatMetadata {
        contentProtections: readonly DrmProtection[];
        contentType: null | ContentType;
        encryptionScheme: null | string;
        initDataType: null | string;
        mimeType: null | string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentProtections: readonly DrmProtection[]

    Protection schemes used in this media.

    contentType: null | ContentType

    The content type of the representation, e.g. 'audio', 'video', 'text' Must be non-null for segmented media.

    encryptionScheme: null | string

    The method of encryption, or null.

    initDataType: null | string

    The initialization data format.

    mimeType: null | string

    The full MIME type of the media.

    Must be non-null for segmented media.