NERtc Unity SDK
V5.4.5
|
属性 | |
bool | useExternalRender = true [get, set] |
IVideoFrameCallback | callback [get, set] |
IntPtr | window [get, set] |
RtcVideoScalingMode | scalingMode [get, set] |
uint | backgroundColor [get, set] |
视频显示设置
|
getset |
是否使用外部渲染器,默认 True 使用,若使用SDK内部会根据externalVideoRender来进行绑定,若不使用SDK内部根据container来进行绑定。暂不支持在通话中切换内部渲染与外部渲染。目前只支持windows使用内置渲染。
|
getset |
数据回调。
|
getset |
渲染窗口句柄。
|
getset |
视频显示模式。
|
getset |
背景颜色,格式为 0xRRGGBB,默认为黑色即 0x000000