> ## 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.

# game_chat_audio_manipulation_mode_flags

> game_chat_audio_manipulation_mode_flags

# game\_chat\_audio\_manipulation\_mode\_flags

要求されたオーディオ操作機能のステータスを表します。

<a id="syntaxSection" />

## 構文

```cpp theme={null}
enum class game_chat_audio_manipulation_mode_flags  
{  
    none = 0x0,  
    pre_encode_stream_manipulation = 0x1,  
    post_decode_stream_manipulation = 0x2,  
}  
```

<a id="constantsSection" />

## 定数

| 定数                                 | 説明                                                                                                                                                                                                                                                                                                                                                                                             |
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| none                               | すべてのオーディオ操作が無効化されています。                                                                                                                                                                                                                                                                                                                                                                         |
| pre\_encode\_stream\_manipulation  | ローカルで生成されたオーディオの操作が有効です。<br /><br />このフラグを指定すると、[pre\_encode\_audio\_stream](/reference/chat/gamechat2/classes/pre_encode_audio_stream/pre_encode_audio_stream) オブジェクトを使用して、送信者による処理および操作のためにチャット ユーザーのオーディオ データへのアクセスが許可されます。                                                                                                                                                                 |
| post\_decode\_stream\_manipulation | リモートで生成されたオーディオの操作が有効です。<br /><br />このフラグを指定すると、[post\_decode\_audio\_source\_stream](/reference/chat/gamechat2/classes/post_decode_audio_source_stream/post_decode_audio_source_stream) および [post\_decode\_audio\_sink\_stream](/reference/chat/gamechat2/classes/post_decode_audio_sink_stream/post_decode_audio_sink_stream) オブジェクトを使用して、受信者による処理および操作のためにチャット ユーザーのオーディオ データへのアクセスが許可されます。 |

<a id="remarksSection" />

## 解説

この列挙は、アプリがチャット インスタンスに対して Game Chat 2 に要求できるオーディオ操作機能を表します。チャット インスタンスの現在のオーディオ操作モードを取得するには、[chat\_manager::audio\_manipulation\_mode](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_manipulation_mode) メソッドを呼び出します。オーディオ操作モードは、チャット インスタンスを初期化する際に、[chat\_manager::initialize](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_initialize) メソッドを呼び出して設定できます。

チャット オーディオ データの操作の詳細については、「[リアルタイム オーディオ操作](/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation)」を参照してください。

<a id="requirementsSection" />

## 要件

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

**サポートされているプラットフォーム:** Windows、XBOX One ファミリ本体および XBOX Series 本体

<a id="seealsoSection" />

## 関連項目

[Game Chat 2 の概要](/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-intro)\
[GameChat2 メンバー](/reference/chat/gamechat2/gamechat2_members)\
[chat\_manager](/reference/chat/gamechat2/classes/chat_manager/chat_manager)


## Related topics

- [chat_manager::audio_manipulation_mode](/ja-jp/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_manipulation_mode.md)
- [chat_user::chat_indicator](/ja-jp/reference/chat/gamechat2/classes/chat_user/methods/chat_user_chat_indicator.md)
- [chat_manager::initialize](/ja-jp/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_initialize.md)
- [リアルタイム音声操作](/ja-jp/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation.md)
- [GameChat2 メンバー](/ja-jp/reference/chat/gamechat2/gamechat2_members.md)
