PartyTextToSpeechProfile::GetGender

Gets the gender associated with this profile.

Syntax

PartyError GetGender(  
    PartyGender* gender  
)  

Parameters

gender   PartyGender*
output

The output profile gender.

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