PartyTextToSpeechProfile::GetName
Gets the human-readable name of this profile.
Syntax
PartyError GetName(
PartyString* name
)
Parameters
name
PartyString*
library-allocated output
The output profile name. 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().
Remarks
This name is intended for use in title UI and logs, but is not localized.
Requirements
Header: Party.h