Skip to content
This repository has been archived by the owner on Nov 8, 2019. It is now read-only.

Implemented SeekTo method. #180

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

JuanuMusic
Copy link

@JuanuMusic JuanuMusic commented Sep 9, 2019

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
Copy link
Author

This issue (#174) could be solved using this method.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant