TRTCScreenCaptureProperty constructor

TRTCScreenCaptureProperty(
  1. {bool enableCaptureMouse = true,
  2. bool enableHighLight = true,
  3. bool enableHighPerformance = true,
  4. int highLightColor = 0x000000,
  5. int highLightWidth = 0,
  6. bool enableCaptureChildWindow = false}
)

Implementation

TRTCScreenCaptureProperty({
  this.enableCaptureMouse = true,
  this.enableHighLight = true,
  this.enableHighPerformance = true,
  this.highLightColor = 0x000000,
  this.highLightWidth = 0,
  this.enableCaptureChildWindow = false,
});