Interface IKeySystemCapabilities<T>

interface IKeySystemCapabilities<T> {
    basic: boolean;
    hdcp: HdcpCapabilities;
    persistent: boolean;
    robustness: RobustnessCapabilities<T>;
}

Type Parameters

  • T

Properties

basic: boolean
persistent: boolean