RTCEncodedVideoFrameMetadata constructor

RTCEncodedVideoFrameMetadata({
  1. List<num>? dependencies,
  2. num? frameId,
  3. num? height,
  4. num? spatialIndex,
  5. num? synchronizationSource,
  6. num? temporalIndex,
  7. num? width,
})

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,
    );