Syntax
Parameters
customContext void**output, may return nullptr 输出的自定义上下文。
Return value
PartyError 如果检索自定义上下文成功,则返回c_partyErrorSuccess;否则返回错误代码。可通过 PartyManager::GetErrorMessage() 检索错误代码的可读形式。
Remarks
如果尚未设置自定义上下文,customContext 指向的值将被设置为 nullptr。
Requirements
Header: Party.hSee also
PartyTextToSpeechProfilePartyTextToSpeechProfile::SetCustomContext
