 |
AVIStreamGetFrameOpen ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The AVIStreamGetFrameOpen function prepares to decompress video frames from the specified video stream. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
STDAPI_(PGETFRAME) AVIStreamGetFrameOpen(
PAVISTREAM pavi,
LPBITMAPINFOHEADER lpbiWanted
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER AVIStreamGetFrameOpen IN avifil32;
INTEGER pavi,;
INTEGER lpbiWanted
|
 |
 |
 |
| Parameters: |
 |
pavi
Pointer to the video stream used as the video source.
lpbiWanted
Pointer to a structure that defines the desired video format. Specify NULL to use a default format.
|
 |
 |
| Return value: |
 |
| Returns a GetFrame object that can be used with the AVIStreamGetFrame function. |
 |
 |
| Word Index links for the AVIStreamGetFrameOpen : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2003-12-01 22:04:20 | | Modified: | 2003-12-01 22:05:42 | Visited in last 7 days: 17 |