PartyLocalChatControl::GetAvailableTextToSpeechProfiles
Ruft die Text-zu-Sprache-Profile für dieses Chatsteuerelement ab.
Syntax
PartyError GetAvailableTextToSpeechProfiles(
uint32_t* profileCount,
PartyTextToSpeechProfileArray* profiles
)
Parameter
profileCount
uint32_t*
Ausgabe
Die Ausgabenummer der verfügbaren Profile.
profiles
PartyTextToSpeechProfileArray*
Von der Bibliothek zugewiesenes Ausgabearray der Größe *profileCount
Ein von der Bibliothek zugeordnetes Ausgabearray, das die verfügbaren Profile enthält.
Rückgabewert
PartyError
c_partyErrorSuccess
, wenn der Aufruf erfolgreich war oder andernfalls ein Fehlercode vorliegt. Die lesbare Form des Fehlercodes kann über PartyManager::GetErrorMessage() abgerufen werden.
Hinweise
Diese Methode gibt synchron das Ergebnis zurück, das vom letzten erfolgreichen PopulateAvailableTextToSpeechProfiles() -Vorgang zwischengespeichert wurde.
Das zurückgegebene Array ist nur bis zum nächsten Aufruf von PartyManager::StartProcessingStateChanges() gültig.
Voraussetzungen
Header: Party.h
Weitere Informationen
PartyLocalChatControl
PartyLocalChatControl::P opulateAvailableTextToSpeechProfiles