Syntax
Parameters
profileCount uint32_t*output 输出的可用配置文件数量。
profiles PartyTextToSpeechProfileArray*library-allocated output array of size
*profileCount
一个库分配的输出数组,包含可用的配置文件。
Return value
PartyError 如果调用成功,则返回c_partyErrorSuccess;否则返回错误代码。可通过 PartyManager::GetErrorMessage() 检索错误代码的可读形式。
Remarks
此方法同步返回上次成功的 PopulateAvailableTextToSpeechProfiles() 操作缓存的结果。返回的数组仅在下次调用 PartyManager::StartProcessingStateChanges() 之前有效。
Requirements
Header: Party.hSee also
PartyLocalChatControlPartyLocalChatControl::PopulateAvailableTextToSpeechProfiles
