UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

15 lines (14 loc) 671 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebContentProtectionRegistry = exports.ContentProtectionRegistry = void 0; var _theoplayer = require("theoplayer"); class WebContentProtectionRegistry { registerContentProtectionIntegration(integrationId, keySystem, integrationFactory) { (0, _theoplayer.registerContentProtectionIntegration)(integrationId, keySystem, integrationFactory); } } exports.WebContentProtectionRegistry = WebContentProtectionRegistry; const ContentProtectionRegistry = exports.ContentProtectionRegistry = new WebContentProtectionRegistry(); //# sourceMappingURL=ContentProtectionRegistry.web.js.map