PartyTextToSpeechProfile::GetIdentifier

Gets the unique identifier associated with this profile.

Syntax

PartyError GetIdentifier(  
    PartyString* identifier  
)  

Parameters

identifier   PartyString*
library-allocated output

The output unique identifier. The memory for the string remains valid for the lifetime of the profile.

Return value

PartyError

c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Requirements

Header: Party.h

See also

PartyTextToSpeechProfile
PartyLocalChatControl::SetTextToSpeechProfile