I am evaluating the MPEG-2 PlugIn for WMP (v. 4.1.100318) with respect to frame accurate seeking. In addition to frame accurate seeking I also need to be able the get the current frame number during playback. However, when using, TIME_FORMAT_FRAME, IMediaSeeking::GetCurrentPosition() and IMediaSeeking::GetPositions() always return zero for the current position.
I tried to pause the video before calling IMediaSeeking::GetCurrentPosition(), but that didn't help.
Is there a way to get the current frame number?
Any help will be appreciated.
