Xamarin.Forms.VideoPlayer icon indicating copy to clipboard operation
Xamarin.Forms.VideoPlayer copied to clipboard

Implemented SeekTo method.

Open JuanuMusic opened this issue 4 years ago • 1 comments

I needed to be able to navigate to a specific location in milliseconds, so I just went ahead and implemented it.

The VideoPlayer class now has SeekTo and CanSeekTo methods. Both receive a specific location in milliseconds as a parameter.

I know Seek works with seconds, but it's for convenience. In the case of SeekTo, we need to be able to specify a specific time.

Let me know what you think!

JuanuMusic avatar Sep 09 '19 21:09 JuanuMusic

This issue (https://github.com/adamfisher/Xamarin.Forms.VideoPlayer/issues/174) could be solved using this method.

JuanuMusic avatar Sep 09 '19 21:09 JuanuMusic