I am using axWindowsMediaPlayer, and I have a video loaded, but I want to jump X seconds. So, for example, if the current time is 1 minute into the video, I want to jump to 1 minute 10 seconds.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
- How to know full paths to DLL's from .csproj f
Okay, I found my solution. I was actually running it correctly, but I was not accounting for the time it takes to load the video.
Specifically, the needed code is like
However I wrote a function to check to see if the video had finished loading and attached a timer to it
Then called my skip function when I got a true.