|
An AVI file can contain more than two streams for example, a video sequence, an English soundtrack, and a French
soundtrack. Your application can use a stream independently of the other streams in the
file.
The digitalvideo device type controls video files. For a list of the MCI commands recognized
by digital-video devices, see Digital-Video Command Set.
The MCIAVI driver plays video sequences and other data streams under the
control of MCI commands. Data streams can contain images, audio, and palettes. The
image data can consist of images with either color palettes or true-color
information.
Audio is synchronized with the video within one-thirtieth of a second. If
audio hardware is not available, however, the driver plays only the video stream.
The MCIAVI driver can drop video frames, if necessary, to play a stream without
audio interruption.
Your application can use the MCIWnd window class services instead of the MCI
command interface to control any MCI driver. This window class handles many of
the details of managing the window supporting the MCI device and simplifies the
programming required to send the MCI commands. Your application can use the
MCIWnd library services directly to control the MCI device, or it can have MCIWnd
display a toolbar, scroll bar, and menus that let the user control the device.
For more information about the MCIWnd window class, see MCIWnd Window Class.
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
|