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

> game_chat_sample_type

# game\_chat\_sample\_type

Describes the data type that represents a single Game Chat 2 audio sample.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
enum class game_chat_sample_type  
{  
    integer = 0,  
    ieee_float  
}  
```

<a id="constantsSection" />

## Constants

| Constant    | Description                     |
| ----------- | ------------------------------- |
| integer     | Integer PCM format.             |
| ieee\_float | IEEE floating-point PCM format. |

<a id="remarksSection" />

## Remarks

This enumeration is used by the [game\_chat\_audio\_format](/reference/chat/gamechat2/structs/game_chat_audio_format) structure to indicate whether the audio data represented by the structure uses Pulse Code Modulation (PCM) data represented by either integers or floating-point numbers. The `game_chat_audio_format` structure identifies the audio format of the buffers the app retrieves from and submits to Game Chat 2 when real-time audio manipulation is enabled. For more information about audio formats, see [Real-time audio manipulation](/services/xbox-services/multiplayer/chat/game-chat2/real-time-audio-manipulation).

<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)\
[GameChat2 members](/reference/chat/gamechat2/gamechat2_members)


## Related topics

- [game_chat_audio_format](/reference/chat/gamechat2/structs/game_chat_audio_format.md)
- [GameChat2 members](/reference/chat/gamechat2/gamechat2_members.md)
- [game_chat_state_change_type](/reference/chat/gamechat2/enums/game_chat_state_change_type.md)
- [game_chat_stream_state_change_type](/reference/chat/gamechat2/enums/game_chat_stream_state_change_type.md)
- [Party samples](/services/playfab/multiplayer/networking/party-samples.md)
