PartyAudioManipulationSinkStream::GetConfiguration

Retrieves the sink stream configuration.

Syntax

PartyError GetConfiguration(  
    PartyAudioManipulationSinkStreamConfiguration* configuration  
)  

Parameters

configuration   PartyAudioManipulationSinkStreamConfiguration*
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 configuration method used to create this stream.

Requirements

Header: Party.h

See also

PartyAudioManipulationSinkStream
PartyLocalChatControl::ConfigureAudioManipulationCaptureStream
PartyLocalChatControl::ConfigureAudioManipulationRenderStream