Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Information specific to the LocalChatAudioOutputChanged type of state change.
Syntax
struct PartyLocalChatAudioOutputChangedStateChange : PartyStateChange {
PartyLocalChatControl* localChatControl;
PartyAudioOutputState state;
PartyError errorDetail;
}
Members
localChatControl PartyLocalChatControl*
The local chat control which had an audio output state change.
state PartyAudioOutputState
Indicates the new state of the audio output associated with the chat control.
errorDetail PartyError
A diagnostic value providing additional troubleshooting information regarding any potential error condition.
The human-readable form of this error detail can be retrieved via PartyManager::GetErrorMessage().
Requirements
Header: Party.h