BetterPlayerVideoConstraint constructor

const BetterPlayerVideoConstraint({
  1. int? width,
  2. int? height,
  3. int? bitrate,
})

Implementation

const BetterPlayerVideoConstraint({this.width, this.height, this.bitrate});