NERtc Unity SDK
V4.5.907
|
Properties | |
int | width [get, set] |
int | height [get, set] |
uint | backgroundColor [get, set] |
RtcLiveStreamUserTranscoding[] | users [get, set] |
RtcLiveStreamImageInfo? | bgImage [get, set] |
The live streaming layout.
|
getset |
The width of the overall canvas. Unit: px. Value range: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.
|
getset |
The height of the overall canvas. Unit: - true: 0 to 1920. If the specified value is set to an odd value, the value is automatically rounded down to an even number.
|
getset |
The background color of the canvas. The value of the background color is the sum of 256 x 256 x R + 256 x G + B. Enter the corresponding RGB values into this formula to calculate the value. If the value is unspecified, the default value is 0.
|
getset |
The member layout array.
|
getset |
The background image.For more information, see RtcLiveStreamImageInfo .