[C#][WPF] MediaElement

SP Hou
1 min readSep 15, 2020

--

Sometime, we need emended a MediaElement to play video or any media file.

  1. initialize the MediaElement property values.
  2. Play : play the media
  3. Pause : pause the media
  4. Stop : stop the media
  5. Change volume
  6. Change speed
  7. Seek : jumping to some parts of this media

--

--

No responses yet