> ## 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 members](/reference/chat/gamechat2/gamechat2_members)\
[chat\_manager](/reference/chat/gamechat2/classes/chat_manager/chat_manager)


## Related topics

- [chat_manager::audio_manipulation_mode](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_manipulation_mode.md)
- [chat_user::chat_indicator](/ko/reference/chat/gamechat2/classes/chat_user/methods/chat_user_chat_indicator.md)
- [chat_manager::initialize](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_initialize.md)
- [실시간 오디오 조작](/ko/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation.md)
- [GameChat2 멤버](/ko/reference/chat/gamechat2/gamechat2_members.md)
