Interface MediaKeySystemMediaCapability

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

    Properties

    contentType?: string
    encryptionScheme?: string
    robustness?: string