|
Driver Support for MCI Commands
MCI drivers provide the functionality for MCI commands. The system software
performs some basic data-management tasks, but all the multimedia playback,
presentation, and recording is handled by the individual MCI drivers.
Drivers vary in their support for MCI commands and command flags. Because
multimedia devices can have widely different capabilities, MCI is designed to let
individual drivers extend or reduce the command sets to match the capabilities
of the device. For example, the record (MCI_RECORD) command is part of the command set for MIDI sequencers, but the MCISEQ
driver included with Windows does not support this command. The reference topic for
the record command explains that devices of the sequencer device type recognize the command; this does not mean that all devices of
this type support the command. Applications should use the capability (MCI_GETDEVCAPS) command to determine the capabilities of a particular device.
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
|