PartyConfigureAudioManipulationVoiceStreamCompletedStateChange
Spezifische Informationen für den Zustandsänderungstyp ConfigureAudioManipulationVoiceStreamCompleted .
Syntax
struct PartyConfigureAudioManipulationVoiceStreamCompletedStateChange : PartyStateChange {
PartyStateChangeResult result;
PartyError errorDetail;
PartyChatControl* chatControl;
PartyAudioManipulationSourceStreamConfiguration* configuration;
void* asyncIdentifier;
}
Mitglieder
result
PartyStateChangeResult
Gibt an, dass der Vorgang erfolgreich war, oder den Grund, warum er fehlgeschlagen ist.
Bei Erfolg wird der von PartyChatControl::GetAudioManipulationVoiceStream() bereitgestellte Quellstream aktualisiert.
errorDetail
PartyError
Ein Diagnosewert, der zusätzliche Informationen zur Problembehandlung für mögliche Fehlerzustände bereitstellt.
Die lesbare Form dieses Fehlerdetails kann über PartyManager::GetErrorMessage() abgerufen werden.
chatControl
PartyChatControl*
Das Chat-Steuerelement, das in dem Anruf verwendet wird, der diesem Status zugeordnet ist.
configuration
PartyAudioManipulationSourceStreamConfiguration*
Die Konfiguration, die für den Aufruf bereitgestellt wird, der dieser Zustandsänderung zugeordnet ist.
asyncIdentifier
Leere*
Der asynchrone Bezeichner, der für den Aufruf bereitgestellt wird, der dieser Zustandsänderung zugeordnet ist.
Voraussetzungen
Header: Party.h
Weitere Informationen
Party-Mitglieder
PartyChatControl::ConfigureAudioManipulationVoiceStream