unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 240 forks source link

play mp3 Loop Bug #519

Closed zhouge870103 closed 4 years ago

zhouge870103 commented 4 years ago

el.MediaEnded += delegate (object sender, EventArgs e) { el.Position = TimeSpan.Zero; el.Play(); }; if no listen MediaStateChanged event,the play command invalid