ScreenVideoParameters constructor

const ScreenVideoParameters({
  1. VideoDimensions? dimensions,
  2. int? frameRate,
  3. int? bitrate,
  4. VideoContentHint? contentHint,
})

Constructs the ScreenVideoParameters.

Implementation

const ScreenVideoParameters(
    {this.dimensions, this.frameRate, this.bitrate, this.contentHint});