Interface RTCEncodedVideoFrameMetadata
interface RTCEncodedVideoFrameMetadata {
contributingSources?: number[];
dependencies?: number[];
frameId?: number;
height?: number;
payloadType?: number;
spatialIndex?: number;
synchronizationSource?: number;
temporalIndex?: number;
timestamp?: number;
width?: number;
}
contributingSources?: number[];
dependencies?: number[];
frameId?: number;
height?: number;
payloadType?: number;
spatialIndex?: number;
synchronizationSource?: number;
temporalIndex?: number;
timestamp?: number;
width?: number;
}
Properties
Optional
contributingSources
contributingSources ?: number[]
Optional
dependencies
dependencies?: number[]
Optional
frameId
frameId ?: number
Optional
height
height?: number
Optional
payloadType
payloadType ?: number
Optional
spatialIndex
spatialIndex ?: number
Optional
synchronizationSource
synchronizationSource ?: number
Optional
temporalIndex
temporalIndex ?: number
Optional
timestamp
timestamp?: number
Optional
width
width?: number