PartyAudioManipulationSourceStream::GetConfiguration
Retrieves the source stream configuration.
Syntax
PartyError GetConfiguration(
PartyAudioManipulationSourceStreamConfiguration* configuration
)
Parameters
configuration
PartyAudioManipulationSourceStreamConfiguration*
output
The stream configuration.
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().
Remarks
The stream configuration matches the configuration provided to the call to PartyChatControl::ConfigureAudioManipulationVoiceStream() used to create this stream.
Requirements
Header: Party.h
See also
PartyAudioManipulationSourceStream
PartyChatControl::ConfigureAudioManipulationVoiceStream