RTCVideoValue constructor

const RTCVideoValue({
  1. double width = 0.0,
  2. double height = 0.0,
  3. int rotation = 0,
  4. bool renderVideo = false,
})

Implementation

const RTCVideoValue({
  this.width = 0.0,
  this.height = 0.0,
  this.rotation = 0,
  this.renderVideo = false,
});