NERtcVideoDimensions constructor

NERtcVideoDimensions({
  1. int width = 0,
  2. int height = 0,
})

Implementation

NERtcVideoDimensions({this.width = 0, this.height = 0});