UNPKG

unified-video-framework

Version:

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

6 lines 273 B
import { BunnyNetConfig } from '../types/BunnyNetTypes'; import { ExtendedDRMConfig } from '../types/DRMTypes'; export declare class BunnyNetProvider { static createConfig(bunnyConfig: BunnyNetConfig): ExtendedDRMConfig; } //# sourceMappingURL=BunnyNetProvider.d.ts.map