How do I move to the next/previous key frame

    I am using the IGraphBuilder DirectShow interface to play a
clip. How do I move to the next or previous key/index frame without
any delay? 
    I tried the IMediaSeeking interface by using the
AM_SEEKING_SeekToKeyFrame flag in the SetPositions function.
But it didn't work. Also how do I tell the decode filter to skip to the
next key/index fame?

This is an SDL discussion forum, and most of us don’t have any DirectShow
experience. Please direct replies to this thread directly to the original
poster.

Thanks!
-Sam Lantinga, Lead Programmer, Loki Entertainment Software

I am using the IGraphBuilder DirectShow interface to play a
clip. How do I move to the next or previous key/index frame without
any delay?

    I tried the IMediaSeeking interface by using the
AM_SEEKING_SeekToKeyFrame flag in the SetPositions function.
But it didn't work. Also how do I tell the decode filter to skip to the
next key/index fame?

-Basil