RTCEncodedVideoFrameMetadata constructor

RTCEncodedVideoFrameMetadata({
  1. int? frameId,
  2. Iterable<int>? dependencies,
  3. int? width,
  4. int? height,
  5. int? spatialIndex,
  6. int? temporalIndex,
  7. int? synchronizationSource,
  8. int? payloadType,
  9. Iterable<int>? contributingSources,
})

Implementation

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