Skip to content

Latest commit

 

History

History
89 lines (65 loc) · 2.41 KB

nf-vfw-igetframe-getframe.md

File metadata and controls

89 lines (65 loc) · 2.41 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:vfw.IGetFrame.GetFrame
IGetFrame::GetFrame (vfw.h)
The GetFrame method retrieves a decompressed copy of a frame from a stream. Called when an application uses the AVIStreamGetFrame function.
GetFrame
GetFrame method [Windows Multimedia]
GetFrame method [Windows Multimedia]
IGetFrame interface
IGetFrame interface [Windows Multimedia]
GetFrame method
IGetFrame.GetFrame
IGetFrame::GetFrame
_win32_IGetFrame_GetFrame
multimedia.igetframe_getframe
vfw/IGetFrame::GetFrame
multimedia\igetframe_getframe.htm
Multimedia
e2b76aad-e2db-4e04-be54-b697830e8644
12/05/2018
GetFrame, GetFrame method [Windows Multimedia], GetFrame method [Windows Multimedia],IGetFrame interface, IGetFrame interface [Windows Multimedia],GetFrame method, IGetFrame.GetFrame, IGetFrame::GetFrame, _win32_IGetFrame_GetFrame, multimedia.igetframe_getframe, vfw/IGetFrame::GetFrame
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Vfw32.lib
Windows
19H1
IGetFrame::GetFrame
vfw/IGetFrame::GetFrame
c++
APIRef
kbSyntax
COM
Vfw32.lib
Vfw32.dll
IGetFrame.GetFrame

IGetFrame::GetFrame

-description

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

-parameters

-param lPos

Frame to copy and decompress.

- ps

Pointer to the interface to a stream.

-returns

Returns the address of the decompressed frame data.

-remarks

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

LPVOID GetFrame(LONG lPos); 
 

-see-also

Custom File and Stream Handler Interfaces

Custom File and Stream Handlers