AVIStreamStartTime macro (vfw.h)

The AVIStreamStartTime macro returns the starting time of a stream's first sample.

Syntax

void AVIStreamStartTime(
   pavi
);

Parameters

pavi

Handle to an open stream.

Return value

None

Remarks

The AVIStreamStartTime macro is defined as follows:


#define AVIStreamStartTime(pavi) \ 
    AVIStreamSampleToTime(pavi, AVIStreamStart(pavi)) 

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

See also

AVIFile Functions and Macros

AVIFile Macros