Interface ContentProtectionAPI

interface ContentProtectionAPI {
    registerContentProtectionIntegration(integrationId, keySystem, integrationFactory): void;
}

Methods

Generated using TypeDoc