react-native-theoplayer
Version:
A THEOplayer video component for react-native.
10 lines (9 loc) • 441 B
JavaScript
;
import { registerContentProtectionIntegration } from 'theoplayer';
export class WebContentProtectionRegistry {
registerContentProtectionIntegration(integrationId, keySystem, integrationFactory) {
registerContentProtectionIntegration(integrationId, keySystem, integrationFactory);
}
}
export const ContentProtectionRegistry = new WebContentProtectionRegistry();
//# sourceMappingURL=ContentProtectionRegistry.web.js.map