The AVIStreamNextKeyFrameTime macro returns the time of the next key frame in the stream, starting at a given time.
AVIStreamNextKeyFrameTime(
pavi,
time
);
Returns the time if successful or – 1 otherwise.
The search performed by this macro includes the frame that corresponds to the specified time.
The AVIStreamNextKeyFrameTime macro is defined as follows:
#define AVIStreamNextKeyFrameTime(pavi, time) \
AVIStreamSampleToTime(pavi, \
AVIStreamNextKeyFrame(pavi, \
AVIStreamTimeToSample(pavi, time)))
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