RTCEncodedVideoFrameMetadata constructor
RTCEncodedVideoFrameMetadata({})
Implementation
factory RTCEncodedVideoFrameMetadata({
_i2.List<_i2.num>? dependencies,
_i2.num? frameId,
_i2.num? height,
_i2.num? spatialIndex,
_i2.num? synchronizationSource,
_i2.num? temporalIndex,
_i2.num? width,
}) =>
RTCEncodedVideoFrameMetadata._(
dependencies: dependencies,
frameId: frameId,
height: height,
spatialIndex: spatialIndex,
synchronizationSource: synchronizationSource,
temporalIndex: temporalIndex,
width: width,
);