Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 892 Bytes

AVIStreamGetFrameClose.md

File metadata and controls

43 lines (29 loc) · 892 Bytes

Home

Function name : AVIStreamGetFrameClose

Group: Windows Multimedia - Library: avifil32


The AVIStreamGetFrameClose function releases resources used to decompress video frames.


Code examples:

How to play AVI file on the _screen
How to extract frames from AVI files

Declaration:

STDAPI AVIStreamGetFrameClose(
  PGETFRAME pget
);  

FoxPro declaration:

DECLARE INTEGER AVIStreamGetFrameClose IN avifil32;
	INTEGER pget  

Parameters:

pget Handle returned from the AVIStreamGetFrameOpen function.


Return value:

Returns zero if successful or an error otherwise.