次の方法で共有


PartyConfigureAudioManipulationVoiceStreamCompletedStateChange

状態変更の ConfigureAudioManipulationVoiceStreamCompleted 型に固有の情報。

構文

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

メンバー

resultPartyStateChangeResult

操作が成功したこと、または失敗した理由を示します。

成功した場合、PartyChatControl::GetAudioManipulationVoiceStream() によって提供されるソース ストリームが更新されます。

errorDetail PartyError

潜在的なエラー状態に関する追加のトラブルシューティング情報を提供する診断値。

人間が読める形式のエラー詳細情報は、PartyManager::GetErrorMessage() を介して取得できます。

chatControlPartyChatControl*

この状態変更に関連する呼び出しで使用されるチャット コントロール。

configurationPartyAudioManipulationSourceStreamConfiguration*

この状態変更に関連する呼び出しで提供される構成。

asyncIdentifier void*

この状態変更に関連する呼び出しで提供される async 識別子。

要件

ヘッダー: Party.h

関連項目

パーティーのメンバー
PartyChatControl::ConfigureAudioManipulationVoiceStream