hey :duck:
i want to make my own media player where you can add codecs to play different types of music / video... does anyone have any examples or how i should start going about this?
Printable View
hey :duck:
i want to make my own media player where you can add codecs to play different types of music / video... does anyone have any examples or how i should start going about this?
Have a look tho the code bank or also
http://www.pscode.com/vb
or
http://www.d2dsources.com/
hope that may help.
I have three examples you can use that I wrote. They all use DirectShow:
DirectShow Engine
Mp3 loop
Video player
And codecs are automatically looked up, whether you use DirectShow, windows media player control, or whatever. So you don't need to worry about that. In my DirectShow engine, you can even control the speed of the mp3s/videos.