media-player
error -19,0 from using Mediaplayer?
E/MediaPlayer(20473): error (-19, 0) I/MyApp(20473): Decoding lala.mp3 I/StagefrightPlayer(68): setDataSource(\'mypath\')[详细]
2023-03-29 19:59 分类:问答Status bar is hidden is some cases
I have a problem with status bar. I\'m working with MediaPlayer. When I watch a video and press a button \"Done\" there is statu开发者_Python百科s bar. But when I watch video, press button \"Pause\" a[详细]
2023-03-29 19:45 分类:问答How to Append/Queue Media File to the Current Media Player program in C#.net?
I used: System.Diagnostics.Process.Start(@\"D:\\Song1.mp3\"); It played the MP3 file with my default Media Play (e.g Window Media Player);[详细]
2023-03-29 10:59 分类:问答Use a Timer or MediaPlayer method?
I am currently calling the .getCurrentPosition a lot to get the current position of my MediaPlayer. This seems to slow down my UI a lot as I\'m running animations. My question is that instead of calli[详细]
2023-03-29 02:54 分类:问答Using SoundPool to play clips in succession
I have created a开发者_StackOverflow game for Android Tablets where the player is solving simple math problems. I am working on making the game read each problem aloud. I have sound clip recordings of[详细]
2023-03-29 01:42 分类:问答Android app crashes on playing sound
I\'m developing a free alphabet application but I\'m not a Java developer. I\'ve made an HTML page where there are about 150 .png pictures and .mp3 sound file pairs. For example, apple.png and apple.m[详细]
2023-03-29 00:25 分类:问答Android, lag in music playing when button pressed
I have two buttons in a very simple app, this is my code when either of those buttons are clicked: public void button_clicked1(View v)[详细]
2023-03-28 15:25 分类:问答Android media player returns IllegalStateException
I have following code to play small audio files private void playVoice() { if (mPlayVoice != null) { if (mPlayVoice.isPlaying()) {[详细]
2023-03-28 10:32 分类:问答audio streaming in Android with the MediPlayer class
I\'m testing the audio streaming in Android with the MediPlayer class. I want to develop an application to play web radios. The streaming over http works. The code below work fine on emulator with Fro[详细]
2023-03-28 09:35 分类:问答int to float for mediaplayer.setVolume()
I am using a seekbar to change the volume of my MediaPlayer. The progress level is what I am using which gives a \"1 to 100\" int. I ne开发者_开发问答ed to convert that into the float range of 0.0f to[详细]
2023-03-28 03:30 分类:问答