TRTCScreenCaptureSourceInfo constructor
TRTCScreenCaptureSourceInfo({
- TRTCScreenCaptureSourceType? type,
- int? sourceId,
- String? sourceName,
- TRTCImageBuffer? thumbBGRA,
- TRTCImageBuffer? iconBGRA,
- bool? isMinimizeWindow,
- bool? isMainScreen,
- int? x,
- int? y,
- int? width,
- 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,
});