Syntax
Parameters
profileCount uint32_t*output The output number of available profiles.
profiles PartyTextToSpeechProfileArray*library-allocated output array of size
*profileCount
A library-allocated output array containing the available profiles.
Return value
PartyErrorc_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().
Remarks
This method synchronously returns the result cached by the last successful PopulateAvailableTextToSpeechProfiles() operation.The returned array is only valid until the next call to PartyManager::StartProcessingStateChanges().
Requirements
Header: Party.hSee also
PartyLocalChatControlPartyLocalChatControl::PopulateAvailableTextToSpeechProfiles
