Show / Hide Table of Contents

Class TRTCScreenCaptureProperty

Screen sharing properties

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

Whether to include the mouse cursor in the shared content. Default value: true

Declaration
public bool enableCaptureMouse
Field Value
Type Description
System.Boolean

enableHighLight

Whether to show a bright border around the shared content. Default value: true

Declaration
public bool enableHighLight
Field Value
Type Description
System.Boolean

enableHighPerformance

Declaration
public bool enableHighPerformance
Field Value
Type Description
System.Boolean

highLightColor

Color of the bright border in RGB format. If 0 is passed in, the default color (#8CBF26) will be used.

Declaration
public int highLightColor
Field Value
Type Description
System.Int32

highLightWidth

Width of the bright border. If 0 is passed in, the default width (5) will be used. The maximum allowed value is 50.

Declaration
public int highLightWidth
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX