> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PartyLocalChatControl::GetAudioManipulationRenderStream

> このチャット コントロールに関連付けられた操作レンダー ストリームを取得します。

このチャット コントロールに関連付けられた操作レンダー ストリームを取得します。

## 構文

```cpp theme={null}
PartyError GetAudioManipulationRenderStream(  
    PartyAudioManipulationSinkStream** stream  
)  
```

### パラメーター

**`stream`**   [PartyAudioManipulationSinkStream\*\*](/services/playfab/multiplayer/networking/reference/classes/PartyAudioManipulationSinkStream/partyaudiomanipulationsinkstream)\
*ライブラリ割り当ての出力*

出力ストリーム。

### 戻り値

PartyError

呼び出しが成功した場合は `c_partyErrorSuccess`、それ以外の場合はエラー コード。エラー コードの人間が読める形式は、[PartyManager::GetErrorMessage()](/services/playfab/multiplayer/networking/reference/classes/PartyManager/methods/partymanager_geterrormessage) で取得できます。

## 解説

このストリームは、チャット コントロールの音声出力にレンダリングされる音声を表します。通常、アプリは PartyAudioManipulationSourceStream::GetNextBuffer() を介してすべてのリモート チャット コントロールに関連付けられた音声ストリームから音声を取得し、各バッファーを 1 つの音声ストリームに処理およびミックスして、そのミックスされたストリームを送信して、それぞれの適切なレンダー ストリームによってレンダリングします。各レンダー ストリームは PartyLocalChatControl::GetAudioManipulationRenderStream() を介して取得できます。

## 要件

**ヘッダー:** Party.h

## 関連項目

[PartyLocalChatControl](/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/partylocalchatcontrol)


## Related topics

- [PartyLocalChatControl::ConfigureAudioManipulationRenderStream](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_configureaudiomanipulationrenderstream.md)
- [PartyConfigureAudioManipulationRenderStreamCompletedStateChange](/ja-jp/services/playfab/multiplayer/networking/reference/structs/partyconfigureaudiomanipulationrenderstreamcompletedstatechange.md)
- [リアルタイム オーディオ操作でカスタム ボイス エフェクトを適用する](/ja-jp/services/playfab/community/voice-communications/concepts-realtime-audio-manipulation.md)
- [PartyChatControl::GetAudioManipulationVoiceStream](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyChatControl/methods/partychatcontrol_getaudiomanipulationvoicestream.md)
- [PartyLocalChatControl::GetAudioManipulationCaptureStream](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getaudiomanipulationcapturestream.md)
