NERtcLiveStreamImageInfo constructor

NERtcLiveStreamImageInfo(
  1. {String url,
  2. int x: 0,
  3. int y: 0,
  4. int width: 0,
  5. int height: 0}
)

Implementation

NERtcLiveStreamImageInfo(
    {this.url, this.x = 0, this.y = 0, this.width = 0, this.height = 0});