AVIStreamTimeToSample function (vfw.h)

The AVIStreamTimeToSample function converts from milliseconds to samples.

Syntax

LONG AVIStreamTimeToSample(
  PAVISTREAM pavi,
  LONG       lTime
);

Parameters

pavi

Handle to an open stream.

lTime

Time, expressed in milliseconds.

Return value

Returns the converted time if successful or -1 otherwise.

Remarks

Samples typically correspond to audio samples or video frames. Other stream types might support different formats than these.

The argument pavi is a pointer to an IAVIStream interface.

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
DLL Avifil32.dll

See also

AVIFile Functions

AVIFile Functions and Macros