-
Notifications
You must be signed in to change notification settings - Fork 257
Loop number option #682
Copy link
Copy link
Open
Description
Good morning,
is there a way to set the loop option in MediaOpeningEventArgs of the Mediaelement?
for example in cmd if you type "ffplay -i -loop 0 flames.gif", gif is played forever,
instead if you type "ffplay -i -loop 2 flames.gif", gif is played two times.
Is there a way to tell this at Mediaelement?
At the moment I intercept the MediaEnded event and count the executions.
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels