|
ICM_DRAW_SETTIME
The ICM_DRAW_SETTIME provides synchronization information to a rendering
driver that handles the timing of drawing frames. The synchronization information is
the sample number of the frame to draw. You can send this message explicitly
or by using the ICDrawSetTime macro.
ICM_DRAW_SETTIME
wParam = (DWORD) lpTime;
lParam = 0;
Parameters
lpTime
Sample number of the frame to render.
Return Values
Returns ICERR_OK if successful or an error otherwise.
Remarks
Typically, the driver compares the specified value with the frame number
associated with the time of its internal clock and attempts to synchronize the two
if the difference is significant.
Use this message when the hardware performs its own asynchronous
decompression, timing, and drawing, and the hardware relies on an external synchronization
signal (the hardware is not being used as the synchronization master).
See Also
ICDrawSetTime
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Programmer's Reference (win32.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|