AVIStreamStartTime  2V2YRM 

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

AVIStreamStartTime(

    pavi

 

   );

 

 

Parameters

pavi

Handle of an open stream.

 

Return Values

Returns the time if successful or - 1 otherwise.

Remarks

The AVIStreamStartTime macro is defined as follows:

#define AVIStreamStartTime(pavi) \

    AVIStreamSampleToTime(pavi, AVIStreamStart(pavi))