Class TRTCScreenCaptureProperty
屏幕采集属性
Inheritance
System.Object
TRTCScreenCaptureProperty
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public class TRTCScreenCaptureProperty
Fields
enableCaptureMouse
是否采集目标内容时顺带采集鼠标,默认为 true
Declaration
public bool enableCaptureMouse
Field Value
| Type | Description |
|---|---|
| System.Boolean |
enableHighLight
是否高亮正在共享的窗口,默认为 true
Declaration
public bool enableHighLight
Field Value
| Type | Description |
|---|---|
| System.Boolean |
enableHighPerformance
是否开启高性能模式(只会在分享屏幕时会生效),开启后屏幕采集性能最佳,但无法过滤远端的高亮边框,默认为 true
Declaration
public bool enableHighPerformance
Field Value
| Type | Description |
|---|---|
| System.Boolean |
highLightColor
指定高亮边框颜色,RGB格式,传入0时采用默认颜色,默认颜色为 #8CBF26
Declaration
public int highLightColor
Field Value
| Type | Description |
|---|---|
| System.Int32 |
highLightWidth
指定高亮边框的宽度,传入 0 时采用默认描边宽度,默认宽度为 5,最大值为 50
Declaration
public int highLightWidth
Field Value
| Type | Description |
|---|---|
| System.Int32 |