|
AVIStreamGetFrame
The AVIStreamGetFrame function returns the address of a decompressed video frame.
STDAPI_(LPVOID) AVIStreamGetFrame(
PGETFRAME pgf,
|
| LONG lPos
|
| );
|
|
Parameters
pgf
Address of a GetFrame object.
lPos
Position, in samples, within the stream of the desired frame.
Return Values
Returns a pointer to the frame data if successful or NULL otherwise. The frame
data is returned as a packed DIB.
Remarks
The returned frame is valid only until the next call to this function or the AVIStreamGetFrameClose function.
See Also
AVIStreamGetFrameClose
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
|