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