RTCVideoSourceStats constructor

RTCVideoSourceStats({
  1. int? width,
  2. int? height,
  3. int? frames,
  4. double? framesPerSecond,
})

Implementation

external factory RTCVideoSourceStats(
    {int? width, int? height, int? frames, double? framesPerSecond});