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