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

# GetShapeEqCompTimestamp

> GetShapeEqCompTimestamp

# GetShapeEqCompTimestamp

Obtiene la marca de tiempo de un contexto EQComp.

## Sintaxis

```cpp theme={null}
UINT32 GetShapeEqCompTimestamp(  
         const SHAPE_EQCOMP_CONTEXT* context  
)  
```

### Parámetros

*context*   \_In\_\
Tipo: [SHAPE\_EQCOMP\_CONTEXT\*](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)

Puntero a una estructura SHAPE\_EQCOMP\_CONTEXT.

### Valor devuelto

Tipo: UINT32

La marca de tiempo.

## Comentarios

La marca de tiempo es un contador que indica el orden en que se procesa cada bloque. Al principio de cada grafo de flujo, la marca de tiempo se restablece a cero.

La marca de tiempo se establece en un contexto cuando se ha completado el procesamiento y el contexto está habilitado para escritura.

## Requisitos

**Encabezado:** shapeeqcompcontext.h

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

## Consulte también

[Información general de SHAPE](/build/console-features/audio/overviews/shape-overview)\
[SHAPE\_EQCOMP\_CONTEXT](/reference/audio/shapeeqcompcontext/structs/shape_eqcomp_context)\
[ShapeEqCompContext](/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members)


## Related topics

- [ShapeEqCompContext](/es/reference/audio/shapeeqcompcontext/shapeeqcompcontext_members.md)
- [GetShapeEqCompRatio](/es/reference/audio/shapeeqcompcontext/functions/getshapeeqcompratio.md)
- [GetShapeEqCompRelease](/es/reference/audio/shapeeqcompcontext/functions/getshapeeqcomprelease.md)
- [GetShapeEqCompThreshold](/es/reference/audio/shapeeqcompcontext/functions/getshapeeqcompthreshold.md)
- [GetShapeEqCompGain](/es/reference/audio/shapeeqcompcontext/functions/getshapeeqcompgain.md)
