The AVIStreamLengthTime macro returns the length of a stream in time.
AVIStreamLengthTime(
pavi
);
Returns the time if successful or – 1 otherwise.
The AVIStreamLengthTime macro is defined as follows:
#define AVIStreamLengthTime(pavi) \
AVIStreamSampleToTime(pavi, AVIStreamLength(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