你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AvatarConfig class

定义说话虚拟形象配置。

构造函数

AvatarConfig(string, string, AvatarVideoFormat)

创建和初始化此类的实例。

属性

backgroundColor

获取背景色。

backgroundImage

获取背景图像。

character

定义头像字符。

customized

指示是否自定义了说话头像。

remoteIceServers

获取远程 ICE 服务器。

style

定义虚拟形象样式。

videoFormat

定义说话虚拟形象输出视频格式。

构造函数详细信息

AvatarConfig(string, string, AvatarVideoFormat)

创建和初始化此类的实例。

new AvatarConfig(character: string, style: string, videoFormat: AvatarVideoFormat)

参数

character

string

头像字符。

style

string

虚拟形象样式。

videoFormat
AvatarVideoFormat

说话虚拟形象输出视频格式。

属性详细信息

backgroundColor

获取背景色。

string backgroundColor

属性值

string

backgroundImage

获取背景图像。

URL backgroundImage

属性值

URL

character

定义头像字符。

character: string

属性值

string

customized

指示是否自定义了说话头像。

boolean customized

属性值

boolean

remoteIceServers

获取远程 ICE 服务器。

RTCIceServer[] remoteIceServers

属性值

RTCIceServer[]

远程 ICE 服务器。

style

定义虚拟形象样式。

style: string

属性值

string

videoFormat

定义说话虚拟形象输出视频格式。

videoFormat: AvatarVideoFormat

属性值