Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.02 KB

nf-vfw-avistreamnearestsample.md

File metadata and controls

83 lines (63 loc) · 2.02 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.AVIStreamNearestSample
AVIStreamNearestSample macro (vfw.h)
The AVIStreamNearestSample macro locates the nearest nonempty sample at or preceding a specified position in a stream.
AVIStreamNearestSample
AVIStreamNearestSample macro [Windows Multimedia]
_win32_AVIStreamNearestSample
multimedia.avistreamnearestsample
vfw/AVIStreamNearestSample
multimedia\avistreamnearestsample.htm
Multimedia
350255b7-35ae-4eed-8991-82b548a2fa65
12/05/2018
AVIStreamNearestSample, AVIStreamNearestSample macro [Windows Multimedia], _win32_AVIStreamNearestSample, multimedia.avistreamnearestsample, vfw/AVIStreamNearestSample
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
AVIStreamNearestSample
vfw/AVIStreamNearestSample
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
AVIStreamNearestSample

AVIStreamNearestSample macro

-description

The AVIStreamNearestSample macro locates the nearest nonempty sample at or preceding a specified position in a stream.

-parameters

-param pavi

Handle to an open stream.

-param l

Starting position to search in the stream.

-remarks

The AVIStreamNearestSample macro is defined as follows:

#define AVIStreamNearestSample(pavi, lPos) \ 
    AVIStreamFindSample(pavi, lPos, FIND_PREV | FIND_ANY) 

-see-also

AVIFile Functions and Macros

AVIFile Macros