J junaidahmed Well-Known Member Licensed User Longtime User Jul 25, 2012 #1 How can I use SeekBar in conjunction with MediaPlayerStream so user will be able to fast forward or rewind ?
How can I use SeekBar in conjunction with MediaPlayerStream so user will be able to fast forward or rewind ?
klaus Expert Licensed User Longtime User Jul 25, 2012 #2 You could try to set the Seekbar.Max value to MediaPlayer.Duration. Then set MediaPlayer.Position to Seekbar.Value. Best regards. Upvote 0
You could try to set the Seekbar.Max value to MediaPlayer.Duration. Then set MediaPlayer.Position to Seekbar.Value. Best regards.
J junaidahmed Well-Known Member Licensed User Longtime User Jul 26, 2012 #3 sorry for asking wrong question,actually i would like to change the speed of mp3 file by programatically.pls advise ASAP. Upvote 0
sorry for asking wrong question,actually i would like to change the speed of mp3 file by programatically.pls advise ASAP.
klaus Expert Licensed User Longtime User Jul 26, 2012 #4 You should have a look at the AudioTrack libray. AudioTrack libray. Android developpers. Best regards. Upvote 0
You should have a look at the AudioTrack libray. AudioTrack libray. Android developpers. Best regards.
J junaidahmed Well-Known Member Licensed User Longtime User Jul 27, 2012 #5 i have downloaded swt1-3.zip example but when i compile it shows an error message as Compiling code. Error Error compiling program. Error description: Missing parameter. Occurred on line: 121 Play.Start("PlaySound",Array As Object(DurSB.Value)) Word: ). pls advise where it is problem Last edited: Jul 27, 2012 Upvote 0
i have downloaded swt1-3.zip example but when i compile it shows an error message as Compiling code. Error Error compiling program. Error description: Missing parameter. Occurred on line: 121 Play.Start("PlaySound",Array As Object(DurSB.Value)) Word: ). pls advise where it is problem
C cheap New Member Aug 6, 2012 #6 klaus said: You could try to set the Seekbar.Max value to MediaPlayer.Duration. Then set MediaPlayer.Position to Seekbar.Value. Best regards. Click to expand... I have the same problem. MediaPlayerStream (not MediaPlayer) does not support/have "Position" Upvote 0
klaus said: You could try to set the Seekbar.Max value to MediaPlayer.Duration. Then set MediaPlayer.Position to Seekbar.Value. Best regards. Click to expand... I have the same problem. MediaPlayerStream (not MediaPlayer) does not support/have "Position"
Erel B4X founder Staff member Licensed User Longtime User Aug 6, 2012 #7 For some reason you appear as an unlicensed user in the forum. Please contact support@basic4ppc.com in order to fix it. Upvote 0
For some reason you appear as an unlicensed user in the forum. Please contact support@basic4ppc.com in order to fix it.