AVIStreamEndTime

The AVIStreamEndTime macro returns the time representing the end of the stream.

AVIStreamEndTime(
  pavi  
);
 

Parameters

pavi
Handle of an open stream.

Return Value

Returns the time if successful or – 1 otherwise.

Remarks

The AVIStreamEndTime macro is defined as follows:

#define AVIStreamEndTime(pavi) \ 
    AVIStreamSampleToTime(pavi, AVIStreamEnd(pavi)) 
 

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Requires Windows 95 or later.
  Windows CE: Unsupported.
  Header: Declared in vfw.h.

See Also

AVIFile Functions and Macros Overview, AVIFile Macros