NERtc Unity SDK V.5.4.128
|
属性 | |
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