VideoParams constructor

VideoParams(
  1. int frameRate,
  2. int width,
  3. int height
)

Implementation

VideoParams(this.frameRate, this.width, this.height);