Interface MediaKeySystemMediaCapability

interface MediaKeySystemMediaCapability {
    contentType?: string;
    encryptionScheme?: null | string;
    robustness?: string;
}

Properties

contentType?: string
encryptionScheme?: null | string
robustness?: string