You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: