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

# GetShapeFiltVolTimestamp

> GetShapeFiltVolTimestamp

# GetShapeFiltVolTimestamp

Obtiene la marca de tiempo de un contexto FLTVOL.

## Sintaxis

```cpp theme={null}
UINT32 GetShapeFiltVolTimestamp(  
         const SHAPE_FILTVOL_CONTEXT* context  
)  
```

### Parámetros

*context*   \_In\_\
Tipo: [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context)\*

Puntero a un objeto [SHAPE\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_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 (flowgraph), la marca de tiempo se restablece a cero.

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

## Requisitos

**Encabezado:** shapefiltvolcontext.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\_FILTVOL\_CONTEXT](/reference/audio/shapefiltvolcontext/structs/shape_filtvol_context)\
[ShapeFiltVolContext](/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members)


## Related topics

- [ShapeFiltVolContext](/es/reference/audio/shapefiltvolcontext/shapefiltvolcontext_members.md)
- [GetShapeFiltVolQ](/es/reference/audio/shapefiltvolcontext/functions/getshapefiltvolq.md)
- [GetShapeFiltVolQTarget](/es/reference/audio/shapefiltvolcontext/functions/getshapefiltvolqtarget.md)
- [GetShapeFiltVolDelay1](/es/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay1.md)
- [GetShapeFiltVolDelay2](/es/reference/audio/shapefiltvolcontext/functions/getshapefiltvoldelay2.md)
