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

# chat_manager::audio_manipulation_mode

> chat_manager::audio_manipulation_mode

# chat\_manager::audio\_manipulation\_mode

채팅 인스턴스에 대해 활성화된 오디오 조작 모드를 나타냅니다.

<a id="syntaxSection" />

## 구문

```cpp theme={null}
game_chat_audio_manipulation_mode_flags audio_manipulation_mode(  
)  
```

<a id="parametersSection" />

### 매개 변수

없음.

<a id="retvalSection" />

### 반환 값

형식: [game\_chat\_audio\_manipulation\_mode\_flags](/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags)

이 채팅 인스턴스에 대해 활성화된 오디오 조작 모드를 반환합니다.

<a id="remarksSection" />

## 설명

이 메서드는 이 채팅 인스턴스에 대해 활성화된 오디오 조작 모드를 나타냅니다. 인코드 전 또는 디코드 후 오디오 조작을 활성화하려면 이 인스턴스에 대해 [chat\_manager::initialize](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_initialize) 메서드를 호출할 때 적절한 [game\_chat\_audio\_manipulation\_mode\_flags](/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags) 상수를 지정해야 합니다. 그렇지 않으면 채팅 인스턴스가 초기화될 때 이 값은 기본적으로 `game_chat_audio_manipulation_mode_flags::none`으로 설정됩니다. 자세한 내용은 [실시간 오디오 조작](/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)\
[chat\_manager](/reference/chat/gamechat2/classes/chat_manager/chat_manager)


## Related topics

- [chat_manager::audio_encoding_bitrate](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_encoding_bitrate.md)
- [game_chat_audio_manipulation_mode_flags](/ko/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags.md)
- [chat_manager::set_legacy_era_uwp_compat_mode_enabled](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_legacy_era_uwp_compat_mode_enabled.md)
- [chat_manager::set_audio_encoding_bitrate](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_audio_encoding_bitrate.md)
- [chat_manager::get_pre_encode_audio_streams](/ko/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_get_pre_encode_audio_streams.md)
