NERtcScreenCaptureSourceInfo constructor

NERtcScreenCaptureSourceInfo({
  1. required NERtcScreenCaptureSourceType type,
  2. required int sourceId,
  3. required String sourceName,
  4. required NERtcThumbImageBuffer thumbImage,
  5. required NERtcThumbImageBuffer iconImage,
  6. required String processPath,
  7. required String sourceTitle,
  8. required bool primaryMonitor,
})

Implementation

NERtcScreenCaptureSourceInfo(
    {required this.type,
    required this.sourceId,
    required this.sourceName,
    required this.thumbImage,
    required this.iconImage,
    required this.processPath,
    required this.sourceTitle,
    required this.primaryMonitor});