|
About the MCIWnd Window Class
The MCIWnd Window class is easy to use. By using a single function, MCIWndCreate your application can create a control that plays any device that uses the
media control interface (MCI). These devices include CD audio, waveform-audio,
MIDI, and video devices.
Automating playback is also quick and easy. Using only one function and two
macros, an application can create an MCIWnd window with the appropriate media
device, play the device, and close both the device and the window when the content
has finished playing.
Note Some devices play content that is stored in files. Other devices, such as CD
audio devices, play content that is stored in another medium. For purposes of
clarity, this overview refers to both circumstances as "playing the 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
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
|