다음을 통해 공유


PartyConfigureAudioManipulationRenderStreamCompletedStateChange

ConfigureAudioManipulationRenderStreamCompleted 관련된 정보 상태 변경 유형입니다.

구문

struct PartyConfigureAudioManipulationRenderStreamCompletedStateChange : PartyStateChange {  
    PartyStateChangeResult result;  
    PartyError errorDetail;  
    PartyLocalChatControl* localChatControl;  
    PartyAudioManipulationSinkStreamConfiguration* configuration;  
    void* asyncIdentifier;  
}  

멤버

resultPartyStateChangeResult

작업이 성공했거나 실패한 이유를 나타냅니다.

성공하면 PartyLocalChatControl::GetAudioManipulationRenderStream()가 제공한 싱크 스트림이 업데이트됩니다.

errorDetail PartyError

잠재적인 오류 조건에 대한 추가 문제 해결 정보를 제공하는 진단 값입니다.

사용자가 읽을 수 있는 형식의 오류 세부 정보는 PartyManager::GetErrorMessage()를 통해 검색할 수 있습니다.

localChatControlPartyLocalChatControl*

이 상태 변경와 연결된 호출에 사용되는 채팅 컨트롤입니다.

configurationPartyAudioManipulationSinkStreamConfiguration*

이 상태 변경과 연결된 호출에 제공되는 구성입니다.

asyncIdentifier void*

이 상태 변경과 연결된 호출에 제공된 비동기 식별자입니다.

요구 사항

헤더: Party.h

참고 항목

파티 멤버
PartyLocalChatControl::ConfigureAudioManipulationRenderStream