I am trying to play a wav file which I have stored in application path but i am getting error like Media Player error(-38,0) . It says Media Player invalid
Iam trying to put background music in my app.I have created an intent service which creates a Media Player and starts the music.
I am trying to create an audio player object as shown below. Here I get the value for path, but when I inspect for the full, I am getting null, i.e., alertPlayer is returning null for me.
Is there currently a way for my WP7 app to: Scan for available audio files, that have been transferred to the phone via Zune?
I\'ve created an app which will play from on RTSP: MediaPlayer mediaPlayer = new MediaPlayer(); mediaPlayer.setAudioStreamType(AudioManager.STREAM_MUSIC);
In my app I don\'t want to restart a m开发者_高级运维edia player once it starts if the user rotates the phone. How can I prevent a re-start of my app when it is rotated because it stops the running so
I\'d like to add some functionality inside of default media player for honeycomb without making any other class that using mediaPlayer package from Android, such as showing the information for particu
I use the System.Window.Media.MediaPlayer Object to extract the duration of vari开发者_如何学Cous local soundfiles in my windows application.
I am using MediaPlayer to try and stream video and audio from youtube. How do i go about doing this using the url:
I\'m trying to get this to work the way I want and it just won\'t I think I had it at some point but I was trying to fix something else and changed a few things and messed it up. Basically I\'m this b