Skip to content

Looping feature #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
julesx opened this issue Feb 9, 2017 · 4 comments
Open

Looping feature #4

julesx opened this issue Feb 9, 2017 · 4 comments

Comments

@julesx
Copy link

julesx commented Feb 9, 2017

Could you add a setting to loop the video continuously?

@JohanLarsson
Copy link
Member

JohanLarsson commented Feb 9, 2017

Yeah it would be nice, @milleniumbug asked about it also.
What is a good name for a property like that?
Loop Repeat

@milleniumbug
Copy link

LoopsEndlessly or Repeating maybe.

tbh my workaround was like 6 lines, so I don't feel very strongly about this feature.

@milleniumbug
Copy link

milleniumbug commented Feb 9, 2017

The built-in looping could be improved over my workaround if, some time before the end, the control would pre-load the start of the film so it would be able to start it again without any delay.

@ghost
Copy link

ghost commented Jun 28, 2017

You could have a property Loop and, on MediaEnded, simply execute:

if (Loop)
{
    MediaElement.Stop();
    MediaElement.Play();
}

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

No branches or pull requests

3 participants