Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VideoConfiguration

interface VideoConfiguration {
bitrate: number;
colorGamut?: ColorGamut;
contentType: string;
framerate: number;
hdrMetadataType?: HdrMetadataType;
height: number;
scalabilityMode?: string;
transferFunction?: TransferFunction;
width: number;
}

§Properties

§
bitrate: number
[src]
§
colorGamut?: ColorGamut
[src]
§
contentType: string
[src]
§
framerate: number
[src]
§
hdrMetadataType?: HdrMetadataType
[src]
§
height: number
[src]
§
scalabilityMode?: string
[src]
§
transferFunction?: TransferFunction
[src]
§
width: number
[src]