PartyLocalChatControl::GetAvailableTextToSpeechProfiles

获取此聊天控件的文本到语音转换配置文件。

语法

PartyError GetAvailableTextToSpeechProfiles(  
    uint32_t* profileCount,  
    PartyTextToSpeechProfileArray* profiles  
)  

参数

profileCount uint32_t*
输出

可用配置文件的输出数。

profiles PartyTextToSpeechProfileArray*
库分配的输出数组大小*profileCount

一个库分配的输出数组,其中包含可用的配置文件。

返回值

PartyError

如果调用成功,则为 c_partyErrorSuccess,否则为错误代码。 可通过 PartyManager::GetErrorMessage() 检索错误代码的可读形式。

备注

此方法同步返回上一次成功的 PopulateAvailableTextToSpeechProfiles() 操作缓存的结果。

返回的数组仅在下一次调用 PartyManager::StartProcessingStateChanges() 之前有效。

要求

标题: Party.h

另请参阅

PartyLocalChatControl
PartyLocalChatControl::PopulateAvailableTextToSpeechProfiles