Hi,
I am trying to position in a Video by means of a slider. What I want to do is to Scrubb at the position indicated by the slider. What I have done so far is to set the play rate to 0, and call the start function with the time position that corresponds to the slider. Everything works fine until I get to the end of the file. When the end is reached the application does't respond in the same way.
I want it to stay on the last frame. What happens is that the screen either goes black or you can only see the background (depending on repaint on stop is enabled).
From my understanding, with Media Foundation, as soon as the end of the file is reached a MEEndOfPresentation event is fired and the source and transforms are stopped.
Is there a way to achieve what I want to do?
Cheers,
Alin