NERtc Unity SDK  V4.5.907
Properties | List of all members
nertc.RtcLiveStreamLayout Class Reference

Properties

int width [get, set]
 
int height [get, set]
 
uint backgroundColor [get, set]
 
RtcLiveStreamUserTranscoding[] users [get, set]
 
RtcLiveStreamImageInfobgImage [get, set]
 

Detailed Description

The live streaming layout.

Property Documentation

◆ width

int nertc.RtcLiveStreamLayout.width
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.

◆ height

int nertc.RtcLiveStreamLayout.height
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.

◆ backgroundColor

uint nertc.RtcLiveStreamLayout.backgroundColor
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.

◆ users

RtcLiveStreamUserTranscoding [] nertc.RtcLiveStreamLayout.users
getset

The member layout array.

◆ bgImage

RtcLiveStreamImageInfo? nertc.RtcLiveStreamLayout.bgImage
getset

The background image.For more information, see RtcLiveStreamImageInfo .


The documentation for this class was generated from the following file: