IGetFrame::GetFrame method (vfw.h)

The GetFrame method retrieves a decompressed copy of a frame from a stream. Called when an application uses the AVIStreamGetFrame function.

Syntax

LPVOID GetFrame(
  LONG lPos
);

Parameters

lPos

Frame to copy and decompress.

Return value

Returns the address of the decompressed frame data.

Remarks

For handlers written in C++, GetFrame has the following syntax:


LPVOID GetFrame(LONG lPos); 
 

Requirements

Requirement Value
Minimum supported client Windows 2000 Professional [desktop apps only]
Minimum supported server Windows 2000 Server [desktop apps only]
Target Platform Windows
Header vfw.h
Library Vfw32.lib

See also

Custom File and Stream Handler Interfaces

Custom File and Stream Handlers