QuenHo
03-30-2005, 12:16 AM
Can someone point me to a mp3 decoder lib?
prefeable works with dotnet compact framework, but I can also use p/invoke
I want to play mp3's not from files, but from streaming.
I use my own streaming method. So I want to call something like :
PlayChunk(Data() as byte, len as integer)
Or can this be done by MediaPlayer? How?
Thanks in advance
prefeable works with dotnet compact framework, but I can also use p/invoke
I want to play mp3's not from files, but from streaming.
I use my own streaming method. So I want to call something like :
PlayChunk(Data() as byte, len as integer)
Or can this be done by MediaPlayer? How?
Thanks in advance