RTCEncodedVideoFrameMetadata constructor
RTCEncodedVideoFrameMetadata({})
Implementation
external factory RTCEncodedVideoFrameMetadata(
{int? frameId,
Iterable<int>? dependencies,
int? width,
int? height,
int? spatialIndex,
int? temporalIndex,
int? synchronizationSource,
int? payloadType,
Iterable<int>? contributingSources});