VideoLayout constructor

VideoLayout(
  1. int bitrate,
  2. int fps,
  3. int width,
  4. int height,
)

Implementation

VideoLayout(this.bitrate, this.fps, this.width, this.height);