PartyAudioManipulationSourceStream::GetConfiguration
Ruft die Quellstreamkonfiguration ab.
Syntax
PartyError GetConfiguration(
PartyAudioManipulationSourceStreamConfiguration* configuration
)
Parameter
configuration
PartyAudioManipulationSourceStreamConfiguration*
Ausgabe
Die Streamkonfiguration.
Rückgabewert
PartyError
c_partyErrorSuccess
, wenn der Aufruf erfolgreich war oder andernfalls ein Fehlercode vorliegt. Die lesbare Form des Fehlercodes kann über PartyManager::GetErrorMessage() abgerufen werden.
Hinweise
Die Streamkonfiguration entspricht der Konfiguration, die für den Aufruf von PartyChatControl::ConfigureAudioManipulationVoiceStream() bereitgestellt wurde, der zum Erstellen dieses Streams verwendet wurde.
Voraussetzungen
Header: Party.h
Weitere Informationen
PartyAudioManipulationSourceStream
PartyChatControl::ConfigureAudioManipulationVoiceStream