Skip to main content
Module

x/yt_download/types.ts>Format

Deno library to download YouTube videos
Go to Latest
type alias Format
import { type Format } from "https://deno.land/x/yt_download@1.1/types.ts";
definition: { itag: number; mimeType: string; bitrate: number; width?: number; height?: number; initRange?: { start: string; end: string; }; indexRange?: { start: string; end: string; }; lastModified: string; contentLength?: string; quality: string; fps?: number; qualityLabel?: string; projectionType: string; averageBitrate?: number; colorInfo?: { primaries: string; transferCharacteristics: string; matrixCoefficients: string; }; approxDurationMs: string; signatureCipher: string; audioQuality?: string; audioSampleRate?: string; audioChannels?: number; loudnessDb?: number; url: string; }