Skip to main content
Module

x/muse/mod.ts>VideoFormat

Youtube Music API (InnerTube) client for Deno, Node and the browser
Go to Latest
interface VideoFormat
implements BaseFormat
import { type VideoFormat } from "https://deno.land/x/muse@0.0.97/mod.ts";

Properties

has_video: true
has_audio: true
width: number
height: number
quality_label:
| "144p"
| "144p 15fps"
| "144p60 HDR"
| "240p"
| "240p60 HDR"
| "270p"
| "360p"
| "360p60 HDR"
| "480p"
| "480p60 HDR"
| "720p"
| "720p60"
| "720p60 HDR"
| "1080p"
| "1080p60"
| "1080p60 HDR"
| "1440p"
| "1440p60"
| "1440p60 HDR"
| "2160p"
| "2160p60"
| "2160p60 HDR"
| "4320p"
| "4320p60"
fps: number
video_codec: string | null
video_quality:
| "tiny"
| "small"
| "medium"
| "large"
| "hd720"
| "hd1080"
| "hd1440"
| "hd2160"
| "highres"