Interface CencContentProtection

interface CencContentProtection {
    default_KID?: readonly string[];
    pssh?: Base64BinaryType;
}

Hierarchy (view full)

Properties

Properties

default_KID?: readonly string[]