NERtc Unity SDK
V4.5.907
|
Properties | |
RtcScreenProfileType | profile = RtcScreenProfileType.kNERtcScreenProfileHD720P [get, set] |
RtcVideoDimensions | dimensions [get, set] |
int | frameRate = 0 [get, set] |
int | bitrate = 0 [get, set] |
bool | captureMouseCursor = true [get, set] |
bool | windowFocus = true [get, set] |
IntPtr[] | excludedWindowList [get, set] |
RtcSubStreamContentPrefer | prefer = RtcSubStreamContentPrefer.kNERtcSubStreamContentPreferDetails [get, set] |
Configuration parameters for screen sharing encoding. The setting is used to measure encoding quality.
|
getset |
Configuration parameters for screen sharing encoding.
|
getset |
The maximum pixel value sent by screen sharing video. The value is valid in kNERtcScreenProfileCustom.
|
getset |
The frame rate of the shared video.The value is valid in kNERtcScreenProfileCustom, and the unit is fps. The default value is 5. A value more than 15 is not recommended.
|
getset |
The bitrate of the shared video in kbps. The default value is 0, which indicates that the SDK calculates a reasonable value based on the resolution of the current shared screen.
|
getset |
Determines whether to capture the mouse during screen sharing.
|
getset |
Determing whether to bing the window to the front when you call the startScreenCaptureByWindowId method to share a window.
|
getset |
ID list of windows to be blocked.
|
getset |
Encoding strategy preference.