Microsoft DirectX 8.0 (C++) |
Retrieves the interval between the time when messages are sent by tracks and the time when the sound is heard. This interval allows sufficient time for the message to be processed by tools.
HRESULT GetPrepareTime( DWORD* pdwMilliSeconds );
If the method succeeds, the return value is S_OK.
If it fails, the method can return E_POINTER.
The default value is 1000 milliseconds.
Header: Declared in dmusici.h.