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

RTCEncodedVideoFrameMetadata

interface RTCEncodedVideoFrameMetadata {
contributingSources?: number[];
dependencies?: number[];
frameId?: number;
height?: number;
spatialIndex?: number;
synchronizationSource?: number;
temporalIndex?: number;
width?: number;
}

§Properties

§
contributingSources?: number[]
[src]
§
dependencies?: number[]
[src]
§
frameId?: number
[src]
§
height?: number
[src]
§
spatialIndex?: number
[src]
§
synchronizationSource?: number
[src]
§
temporalIndex?: number
[src]
§
width?: number
[src]