|
AVIStreamGetFrameOpen
The AVIStreamGetFrameOpen function prepares to decompress video frames from the specified video stream.
STDAPI_(PGETFRAME) AVIStreamGetFrameOpen(
PAVISTREAM pavi,
|
| LPBITMAPINFOHEADER lpbiWanted
|
| );
|
|
Parameters
pavi
Address of the video stream used as the video source.
lpbiWanted
Address of a structure that defines the desired video format. Specify NULL to
use a default format. You can also specify AVIGETFRAMEF_BESTDISPLAYFMT to
decode the frames to the best format for your display.
Return Values
Returns a GetFrame object that can be used with the AVIStreamGetFrame function. If the system cannot find a decompressor that can decompress the
stream to the given format, or to any RGB format, the function returns NULL.
See Also
AVIStreamGetFrame
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
|