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

# GetShapeXmaOutputBufferNumFramesAvailable

> GetShapeXmaOutputBufferNumFramesAvailable

# GetShapeXmaOutputBufferNumFramesAvailable

Obtiene el número de tramas disponibles para lectura en el búfer de salida.

<a id="syntaxSection" />

## Sintaxis

```cpp theme={null}
UINT32 GetShapeXmaOutputBufferNumFramesAvailable(  
         const SHAPE_XMA_CONTEXT* context  
)  
```

<a id="parametersSection" />

### Parámetros

*context*   \_In\_\
Tipo: [SHAPE\_XMA\_CONTEXT](/reference/audio/shapexmacontext/structs/shape_xma_context)\*

Puntero a un objeto [SHAPE\_XMA\_CONTEXT](/reference/audio/shapexmacontext/structs/shape_xma_context).

<a id="retvalSection" />

### Valor devuelto

Tipo: UINT32

Número de tramas disponibles para lectura.

<a id="remarksSection" />

## Comentarios

Para obtener el número de bytes disponibles para lectura, use [GetShapeXmaOutputBufferNumBytesAvailable](/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffernumbytesavailable).

Para obtener el desplazamiento de lectura actual del búfer de salida, use [GetShapeXmaOutputBufferReadOffset](/reference/audio/shapexmacontext/functions/getshapexmaoutputbufferreadoffset).

Para obtener más información, consulte la sección [XMA](/build/console-features/audio/overviews/shape-overview#ID4EYD) de [Información general de SHAPE](/build/console-features/audio/overviews/shape-overview).

<a id="requirementsSection" />

## Requisitos

**Encabezado:** shapexmacontext.h

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

<a id="seealsoSection" />

## Consulte también

[ShapeXmaContext](/reference/audio/shapexmacontext/shapexmacontext_members)


## Related topics

- [GetShapeXmaOutputBufferNumBytesAvailable](/es/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffernumbytesavailable.md)
- [ShapeXmaContext](/es/reference/audio/shapexmacontext/shapexmacontext_members.md)
- [GetShapeXmaOutputBuffer](/es/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffer.md)
- [GetShapeXmaOutputBufferSize](/es/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffersize.md)
- [GetShapeXmaOutputBufferValid](/es/reference/audio/shapexmacontext/functions/getshapexmaoutputbuffervalid.md)
