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

> chat_manager::audio_encoding_bitrate

# chat\_manager::audio\_encoding\_bitrate

Indicates the audio encoding bit rate for the chat instance.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
game_chat_audio_encoding_bitrate audio_encoding_bitrate(  
)  
```

<a id="parametersSection" />

### Parameters

None.

<a id="retvalSection" />

### Return value

Type: [game\_chat\_audio\_encoding\_bitrate](/reference/chat/gamechat2/enums/game_chat_audio_encoding_bitrate)

The audio encoding bit rate for the chat instance.

<a id="remarksSection" />

## Remarks

This method indicates the audio encoding bit rate for the chat instance. You can change the audio encoding bit rate by invoking the [set\_audio\_encoding\_bitrate](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_audio_encoding_bitrate) method. For more information about audio encoding, see [Using the Game Chat 2 C++ API](/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2).

<a id="requirementsSection" />

## Requirements

**Header:** GameChat2.h

**Supported platforms:** Windows, XBOX One family consoles and XBOX Series consoles

<a id="seealsoSection" />

## See also

[Intro to Game Chat 2](/services/xbox-services/multiplayer/chat/game-chat2/game-chat-2-intro)\
[chat\_manager::audio\_manipulation\_mode](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_manipulation_mode)\
[chat\_manager](/reference/chat/gamechat2/classes/chat_manager/chat_manager)


## Related topics

- [chat_manager::set_audio_encoding_bitrate](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_set_audio_encoding_bitrate.md)
- [game_chat_audio_encoding_bitrate](/reference/chat/gamechat2/enums/game_chat_audio_encoding_bitrate.md)
- [chat_user_local::speech_to_text_conversion_preference_enabled](/reference/chat/gamechat2/classes/chat_user/chat_user_local/methods/chat_user_local_speech_to_text_conversion_preference_enabled.md)
- [chat_manager::audio_manipulation_mode](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_audio_manipulation_mode.md)
- [chat_manager::get_pre_encode_audio_streams](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_get_pre_encode_audio_streams.md)
