Skip to content

Latest commit

 

History

History
84 lines (64 loc) · 2.21 KB

nf-vfw-avistreamnearestsampletime.md

File metadata and controls

84 lines (64 loc) · 2.21 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.AVIStreamNearestSampleTime
AVIStreamNearestSampleTime macro (vfw.h)
The AVIStreamNearestSampleTime macro determines the time corresponding to the beginning of a sample that is nearest to a specified time in a stream.
AVIStreamNearestSampleTime
AVIStreamNearestSampleTime macro [Windows Multimedia]
_win32_AVIStreamNearestSampleTime
multimedia.avistreamnearestsampletime
vfw/AVIStreamNearestSampleTime
multimedia\avistreamnearestsampletime.htm
Multimedia
8f9bd7b8-24b4-4bc5-98f0-0339bbaa0caf
12/05/2018
AVIStreamNearestSampleTime, AVIStreamNearestSampleTime macro [Windows Multimedia], _win32_AVIStreamNearestSampleTime, multimedia.avistreamnearestsampletime, vfw/AVIStreamNearestSampleTime
vfw.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Windows
19H1
AVIStreamNearestSampleTime
vfw/AVIStreamNearestSampleTime
c++
APIRef
kbSyntax
HeaderDef
Vfw.h
AVIStreamNearestSampleTime

AVIStreamNearestSampleTime macro

-description

The AVIStreamNearestSampleTime macro determines the time corresponding to the beginning of a sample that is nearest to a specified time in a stream.

-parameters

-param pavi

Handle to an open stream.

-param t

Starting time, in milliseconds, to search in the stream.

-remarks

The AVIStreamNearestSampleTime macro is defined as follows:

#define AVIStreamNearestSampleTime(pavi, lTime) \ 
    AVIStreamSampleToTime(pavi, AVIStreamNearestSample(pavi, 
    AVIStreamTimeToSample(pavi, lTime))) 

-see-also

AVIFile Functions and Macros

AVIFile Macros