VideoFormatInfo interface Signature: export interface VideoFormatInfo Properties Property Type Description bitDepth? number (Optional) chromaSubsampling? ChromaSubsampling (Optional) codecProfile? { profile?: string; level?: string; tier?: string; } (Optional) colorInfo? VideoColorInfo (Optional) pixelAspectRatio? { numerator: number; denominator: number; } (Optional) VideoEncodeSettings VideoStreamMetadata