Does WPF have built-in support for any audio and video formats? I'm going to be using the MediaPlayer and MediaElement classes to build a little media player, and for now, I don't want to have to deal with codecs and formats that .NET doesn't have native support for.
Asked
Active
Viewed 2,883 times
1 Answers
5
WPF supports the video formats WMV, MPEG and some AVI files by default, but since it has Windows Media Player running beneath, WPF can use all the codecs installed for it

BentOnCoding
- 27,307
- 14
- 64
- 92
-
@AgentFire elaborate ? – IronHide Apr 27 '17 at 06:41