PartyConfigureAudioManipulationVoiceStreamCompletedStateChange

Information specific to the ConfigureAudioManipulationVoiceStreamCompleted type of state change.

Syntax

struct PartyConfigureAudioManipulationVoiceStreamCompletedStateChange : PartyStateChange {  
    PartyStateChangeResult result;  
    PartyError errorDetail;  
    PartyChatControl* chatControl;  
    PartyAudioManipulationSourceStreamConfiguration* configuration;  
    void* asyncIdentifier;  
}  

Members

result   PartyStateChangeResult

Indicates that the operation Succeeded or the reason that it failed.

On success, the source stream provided by PartyChatControl::GetAudioManipulationVoiceStream() will be updated.

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().

chatControl   PartyChatControl*

The chat control used in the call associated with this state change.

configuration   PartyAudioManipulationSourceStreamConfiguration*

The configuration provided to the call associated with this state change.

asyncIdentifier   void*

The async identifier provided to the call associated with this state change.

Requirements

Header: Party.h

See also

Party members
PartyChatControl::ConfigureAudioManipulationVoiceStream