UNPKG

yt-dlx

Version:

Effortless Audio-Video Downloader And Streamer!

16 lines 354 B
export default interface ManifestFormat { url: string; manifest_url: string; tbr: number; ext: string; fps: number; width: number; height: number; vcodec: string; dynamic_range: string; aspect_ratio: number; video_ext: string; vbr: number; format: string; } //# sourceMappingURL=ManifestFormat.d.ts.map