Show / Hide Table of Contents

Struct TRTCScreenCaptureSourceInfo

Screen sharing information

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public struct TRTCScreenCaptureSourceInfo

Fields

isMainScreen

Whether the main screen is shared. This parameter is available only if the type of the screen sharing source is screen (TRTCScreenCaptureSourceTypeScreen).

Declaration
public bool isMainScreen
Field Value
Type Description
System.Boolean

sourceId

Screen sharing source ID. If a screen is shared, this parameter is the ID of the shared screen.

Declaration
public IntPtr sourceId
Field Value
Type Description
IntPtr

sourceName

UTF-8-encoded name of the screen sharing source

Declaration
public String sourceName
Field Value
Type Description
String

type

Type of the screen sharing source. Unity supports only the sharing of screens currently.

Declaration
public TRTCScreenCaptureSourceType type
Field Value
Type Description
TRTCScreenCaptureSourceType
In This Article
Back to top Generated by DocFX