Skip to main content

GetShapeDmaTimestamp

Gets the Direct Memory Access (DMA) time stamp.

Syntax

Parameters

context   _In_
Type: SHAPE_DMA_CONTEXT*
Pointer to a SHAPE_DMA_CONTEXT structure.

Return value

Type: UINT32 The DMA time stamp.

Remarks

The time stamp is a counter that is reset to zero at the beginning of each flowgraph. It indicates the order of processing of each block. The time stamp is set on a context when processing is complete and the context is write-enabled. For more information on flowgraphs, see Flowgraphs.

Requirements

Header: shapedmacontext.h Supported platforms: XBOX One family consoles and XBOX Series consoles

See also

SHAPE_DMA_CONTEXT
ShapeDmaContext
Last modified on August 20, 2026