The AVIStreamStartTime macro returns the starting time of a stream's first sample.
AVIStreamStartTime(
pavi
);
Returns the time if successful or – 1 otherwise.
The AVIStreamStartTime macro is defined as follows:
#define AVIStreamStartTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamStart(pavi))
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in vfw.h.
AVIFile Functions and Macros Overview, AVIFile Macros