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

Indica que la aplicación ha terminado de procesar las tramas de datos y que Game Chat 2 puede liberar los recursos asociados.

<a id="syntaxSection" />

## Sintaxis

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

<a id="parametersSection" />

### Parámetros

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

Una matriz de punteros a estructuras [game\_chat\_data\_frame](/reference/chat/gamechat2/structs/game_chat_data_frame) que representa las tramas de datos procesadas.

<a id="retvalSection" />

### Valor devuelto

Tipo: void

Ninguno.

<a id="remarksSection" />

## Comentarios

Este método indica que la aplicación ha terminado de procesar las tramas de datos puestas en cola por Game Chat 2 cuando la aplicación invocó el método [chat\_manager::start\_processing\_data\_frames](/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_start_processing_data_frames), transportando las tramas de datos a sus instancias remotas de la aplicación correspondientes. Este método indica que Game Chat 2 puede liberar los recursos asociados a las tramas de datos procesadas. Cada llamada al método `chat_manager::start_processing_data_frames` debe tener una llamada correspondiente a este método. Para obtener más información sobre el procesamiento de tramas de datos, consulte [Uso de la API de C++ de Game Chat 2](/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2).

## Requisitos

**Encabezado:** GameChat2.h

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

<a id="syntaxSection" />

## Consulte también

[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](/es/reference/chat/gamechat2/structs/game_chat_data_frame.md)
- [chat_manager::start_processing_data_frames](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_start_processing_data_frames.md)
- [Uso de la API de C++ de Game Chat 2](/es/services/xbox-services/multiplayer/chat/game-chat2/using-game-chat-2.md)
- [chat_manager::finish_processing_state_changes](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_finish_processing_state_changes.md)
- [chat_manager::finish_processing_stream_state_changes](/es/reference/chat/gamechat2/classes/chat_manager/methods/chat_manager_finish_processing_stream_state_changes.md)
