RtcVideoSourceStats constructor

RtcVideoSourceStats(
  1. int? width,
  2. int? height,
  3. int? frames,
  4. double? framesPerSecond,
  5. String? trackIdentifier,
)

Implementation

RtcVideoSourceStats(this.width, this.height, this.frames,
    this.framesPerSecond, String? trackIdentifier)
    : super(trackIdentifier);