July 14th, 2010, 05:55 AM
|
#1 (permalink)
|
|
New Member
Join Date: Jul 2010
Posts: 3
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
MediaPlayer and streamreader
Hello! I have MediaPlayer issue.
I need to play encrypted MP3 file with MediaPlayer.
First I just decoded encrypted file to normal mp3, but it took too long (too big file).
I have inherited FileInputStream class named MyFileInputStream that can decode encrypted MP3 at fly.
My problem is, that how can I give my stream reader to MediaPlayer?
|
|
|