Media Player using WPF MediaElement
Initially I started the Car PC project with WinForms Project. But after some time once the functionalities are almost frozen,I realized WPF will be a good replacement for this. since i can style this with various effects easily. I am now working on WPF based player mediaelement that can take the Songs Play List from my own Microsoft Access based Play List Library and play using MediaElement.
WPF MediaElement to audio player
Play: To play the selected song.If it is already playing pause it,
Pause : To pause the selected song.If it is already paused then resume from the current location,
Stop: To stop the currently playing song,
Previous Song : Stop the current song and Play the previous song
Next Song,: Stop the current song and go to next song
Fast Forward: Fast Forward the current song by setting t ...