UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

6 lines 494 B
import type { ContentProtectionAPI, ContentProtectionIntegrationFactory, KeySystemId } from 'react-native-theoplayer'; export declare class WebContentProtectionRegistry implements ContentProtectionAPI { registerContentProtectionIntegration(integrationId: string, keySystem: KeySystemId, integrationFactory: ContentProtectionIntegrationFactory): void; } export declare const ContentProtectionRegistry: WebContentProtectionRegistry; //# sourceMappingURL=ContentProtectionRegistry.web.d.ts.map