UNPKG

unified-video-framework

Version:

Cross-platform video player framework supporting iOS, Android, Web, Smart TVs (Samsung/LG), Roku, and more

10 lines 347 B
import { ExtendedDRMConfig } from '../types/DRMTypes'; export declare class GenericProvider { static createConfig(config: { licenseUrl: string; certificateUrl?: string; headers?: Record<string, string>; type?: ExtendedDRMConfig['type']; }): ExtendedDRMConfig; } //# sourceMappingURL=GenericProvider.d.ts.map