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
OptionalcontributingSources
contributingSources?: number[]
Optionaldependencies
dependencies?: number[]
OptionalframeId
frameId?: number
Optionalheight
height?: number
OptionalpayloadType
payloadType?: number
OptionalspatialIndex
spatialIndex?: number
OptionalsynchronizationSource
synchronizationSource?: number
OptionaltemporalIndex
temporalIndex?: number
Optionaltimestamp
timestamp?: number
Optionalwidth
width?: number