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

> chat_manager::finish_processing_data_frames

# chat\_manager::finish\_processing\_data\_frames

Indicates that the app has finished processing data frames, and that Game Chat 2 can release associated resources.

<a id="syntaxSection" />

## Syntax

```cpp theme={null}
void finish_processing_data_frames(  
    game_chat_data_frame_array dataFrames  
)  
```

<a id="parametersSection" />

### Parameters

*dataFrames*   \_In\_<br />Type: [game\_chat\_data\_frame\_array](/reference/chat/gamechat2/structs/game_chat_data_frame)

An array of [game\_chat\_data\_frame](/reference/chat/gamechat2/structs/game_chat_data_frame) structure pointers that represents the processed data frames.

<a id="retvalSection" />

### Return value

Type: void

None.

<a id="remarksSection" />

## Remarks

This method indicates that the app has finished processing the data frames queued by Game Chat 2 when the app invoked the [chat\_manager::start\_processing\_data\_frames](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_start_processing_data_frames) method, transporting the data frames to their appropriate remote app instances. This method indicates that Game Chat 2 can release the resources associated with the processed data frames. Every call to the `chat_manager::start_processing_data_frames` method must have a corresponding call to this method. For more information about processing data frames, see [Using the Game Chat 2 C++ API](/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2).

## Requirements

**Header:** GameChat2.h

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

<a id="syntaxSection" />

## See also

[chat\_manager::start\_processing\_data\_frames](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_start_processing_data_frames)<br />[chat\_manager](/reference/chat/gamechat2/classes/chat_manager/chat_manager)


## Related topics

- [game_chat_data_frame](/reference/chat/gamechat2/structs/game_chat_data_frame.md)
- [chat_manager::start_processing_data_frames](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_start_processing_data_frames.md)
- [Using the Game Chat 2 C++ API](/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2.md)
- [chat_manager::finish_processing_state_changes](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_finish_processing_state_changes.md)
- [chat_manager::finish_processing_stream_state_changes](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_finish_processing_stream_state_changes.md)
