@svta/common-media-library
    Preparing search index...

    Type Alias MediaCapabilityBeta

    Represents the media capability of a DRM system.

    Used in MediaKeySystemConfiguration to describe the type of media that a DRM system can handle.

    type MediaCapability = {
        contentType: string;
        encryptionScheme?: "cenc" | "cbcs";
        robustness: string;
    }
    Index

    Properties

    contentType: string
    encryptionScheme?: "cenc" | "cbcs"
    robustness: string