AVIStreamGetFrameClose  1IW34.P 

The AVIStreamGetFrameClose function releases resources used to decompress video frames.

STDAPI AVIStreamGetFrameClose(

    PGETFRAME pget

 

   );

 

 

Parameters

pget

Handle returned from the AVIStreamGetFrameOpen function. After calling this function, the handle is invalid.

 

Return Values

Returns zero if successful or an error otherwise.

See Also

AVIStreamGetFrameOpen