IXACTEngine::DoWork

Performs periodic work required by the XACT.

void DoWork();

Parameters

None.

Return Values

None.

Remarks

This method drives the XACT engine; for a standard game, this method should be called once per iteration of the game loop, similar to drawing a video frame. This method must be called faster than the streaming packet size to ensure streaming content does not glitch.

Requirements

Header: Declared in Xact.h.

See Also

IXACTEngine