VideoOptions constructor

VideoOptions(
  1. {double? bitRate,
  2. VideoCodec? codec,
  3. VideoFormat? format,
  4. double? quality,
  5. bool? segments}
)

Creates new VideoOptions.

Implementation

VideoOptions(
    {this.bitRate, this.codec, this.format, this.quality, this.segments});