TRTCScreenCaptureSourceInfo constructor

TRTCScreenCaptureSourceInfo({
  1. TRTCScreenCaptureSourceType? type,
  2. int? sourceId,
  3. String? sourceName,
  4. TRTCImageBuffer? thumbBGRA,
  5. TRTCImageBuffer? iconBGRA,
  6. bool? isMinimizeWindow,
  7. bool? isMainScreen,
  8. int? x,
  9. int? y,
  10. int? width,
  11. int? height,
})

Implementation

TRTCScreenCaptureSourceInfo({
  this.type,
  this.sourceId,
  this.sourceName,
  this.thumbBGRA,
  this.iconBGRA,
  this.isMinimizeWindow,
  this.isMainScreen,
  this.x,
  this.y,
  this.width,
  this.height,
});