Type Alias MediaCapabilityBeta

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

Represents the media capability of a DRM system.

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

Type declaration

  • contentType: string
  • OptionalencryptionScheme?: "cenc" | "cbcs"
  • robustness: string