|
ICM_DRAW_START_PLAY
The ICM_DRAW_START_PLAY message provides the start and end times of a play
operation to a rendering driver. You can send this message explicitly or by using
the ICDrawStartPlay macro.
ICM_DRAW_START_PLAY
wParam = (DWORD) lFrom;
lParam = (DWORD) lTo;
Parameters
lFrom
Start time.
lTo
End time.
Return Values
This message does not return a value.
Remarks
This message precedes any frame data sent to the rendering driver.
Units for lFrom and lTo are specified with the ICM_DRAW_BEGIN message. For video data this is normally a frame number. For more information
about the playback rate, see the dwRate and dwScale members of the ICDRAWBEGIN structure.
If the end time is less than the start time, the playback direction is
reversed.
See Also
ICDRAWBEGIN, ICDrawStartPlay, ICM_DRAW_BEGIN
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
|