|
Starting, Pausing
, and Resuming Playback
MCIWndPlay is the most general playback macro. This macro lets you play a file or device
from the current playback position. Playback continues through the end of the
content unless it is interrupted.
You can temporarily interrupt a device that is playing by using the MCIWndPause macro. To resume playback from the paused position, use the MCIWndResume macro. Some devices do not support the pause and resume commands. These
devices usually map MCIWndPause to the MCIWndStop macro, which stops playback or recording. You can restart a device that does
not support pause or resume by using MCIWndPlay, which starts playback from the current playback position.
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
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
|