UNPKG

unified-video-framework

Version:

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

11 lines 316 B
export class GenericProvider { static createConfig(config) { return { type: config.type || 'auto', licenseUrl: config.licenseUrl, certificateUrl: config.certificateUrl, headers: config.headers, }; } } //# sourceMappingURL=GenericProvider.js.map