views:

495

answers:

1

Is there a way to stop a video at a particular position using Windows Media Player SDK? I am using C# for embedding the player and trying to see if the IWMPControls3 Interface has any stopping capability at a particular point in terms of position or time. If it can be done, then how to do it?

A: 

It certainly can be done, though I no longer remember the techniques. There are ways that you can access the data in the stream well enough to reconstruct the audio and individual frames of video. People have written systems where the user can type a precise time and frame number and the video player jumps to that spot.

Since your question was "is there a way", the answer is "Yes". However, I can't remember enough of the specifics to tell you how to do it.

John Fisher