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

Indica el modo de manipulación de audio habilitado para la instancia de chat.

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

Ninguno.

<a id="retvalSection" />

### Valor devuelto

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

Devuelve los modos de manipulación de audio habilitados para esta instancia de chat.

<a id="remarksSection" />

## Comentarios

Este método indica el modo de manipulación de audio habilitado para esta instancia de chat. Debe especificar las constantes [game\_chat\_audio\_manipulation\_mode\_flags](/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags) adecuadas al invocar el método [chat\_manager::initialize](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_initialize) para esta instancia a fin de habilitar la manipulación de audio anterior a la codificación o posterior a la descodificación; de lo contrario, este valor se establece en `game_chat_audio_manipulation_mode_flags::none` de forma predeterminada cuando se inicializa la instancia de chat. Para obtener más información, consulte [Manipulación de audio en tiempo real](/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** GameChat2.h

**Plataformas compatibles:** Windows, consolas de la familia XBOX One y consolas XBOX Series

<a id="seealsoSection" />

## Consulte también

[Introducción a 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](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_encoding_bitrate.md)
- [game_chat_audio_manipulation_mode_flags](/es/reference/chat/gamechat2/enums/game_chat_audio_manipulation_mode_flags.md)
- [chat_manager::set_legacy_era_uwp_compat_mode_enabled](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_legacy_era_uwp_compat_mode_enabled.md)
- [chat_manager::set_audio_encoding_bitrate](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_audio_encoding_bitrate.md)
- [chat_manager::get_pre_encode_audio_streams](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_get_pre_encode_audio_streams.md)
