Performs periodic work required by the XACT.
void DoWork();
None.
None.
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.
Header: Declared in Xact.h.