Is their any open source codec library?
That i can use to make my media player?
i have to make a media player (using c#.net) that would support mp3,mp4, flv and xvid files,
Is their any open source codec library? That i can use to make my
Share
VLC (which in itself is I think a pretty good media player) offers a .Net interface in order to embed it in applications, you can check the VideoLAN Wiki for details (I never used it, but as far as I can see on forums, it works).