UNPKG

vnetwork-player

Version:

A React component custom player support video m3u8, mp4

9 lines (8 loc) 343 B
export declare const VOLUME_KEY = "vnetwork-player-volume"; export declare const MUTED_KEY = "vnetwork-player-muted"; export declare const formatVideoTime: (seconds: number) => string; export declare const playSpeedOptions: { label: string; value: number; }[]; export declare const removeSearchParams: (url: string) => string;