android Programming Glossary: onprepared
Full screen videoview without stretching the video http://stackoverflow.com/questions/12211837/full-screen-videoview-without-stretching-the-video player.setDisplay holder set on your media player a onPreparedListener and manually calculate the desired size of the video.. new OnPreparedListener @Override public void onPrepared MediaPlayer mp Adjust the size of the video so it fits on the.. Auto generated method stub prepare the video public void onPrepared MediaPlayer mp progressBarWait.setVisibility View.GONE Adjust..
Playing HTML5 video on fullscreen in android webview http://stackoverflow.com/questions/15768837/playing-html5-video-on-fullscreen-in-android-webview super.getVideoLoadingProgressView @Override public void onPrepared MediaPlayer mp Video will start playing only called in the case..
Android ShoutCast Internet Radio FilenotFoundException http://stackoverflow.com/questions/16264225/android-shoutcast-internet-radio-filenotfoundexception implements MediaPlayer.OnPreparedListener public void onPrepared MediaPlayer mp if prepareState prepareState false mp1preparing..
MediaPlayer error (1, -1004) aka MEDIA_ERROR_IO trying to stream music on Samsung S3 http://stackoverflow.com/questions/16672568/mediaplayer-error-1-1004-aka-media-error-io-trying-to-stream-music-on-samsun new OnPreparedListener public void onPrepared MediaPlayer mp ivBuffer.setVisibility View.INVISIBLE bars.setVisibility..
Is Android 2.2 HTTP progressive streaming = HTTP Live Streaming? http://stackoverflow.com/questions/3595491/is-android-2-2-http-progressive-streaming-http-live-streaming Throwable t Log.d TAG t.toString @Override public void onPrepared MediaPlayer mp Log.d TAG Stream is prepared mp.start private..
How can I show a MediaController while playing audio in Android? http://stackoverflow.com/questions/3747139/how-can-i-show-a-mediacontroller-while-playing-audio-in-android public boolean canSeekForward return true public void onPrepared MediaPlayer mediaPlayer Log.d TAG onPrepared mediaController.setMediaPlayer.. public void onPrepared MediaPlayer mediaPlayer Log.d TAG onPrepared mediaController.setMediaPlayer this mediaController.setAnchorView..
Online radio streaming app for Android http://stackoverflow.com/questions/6283568/online-radio-streaming-app-for-android new OnPreparedListener public void onPrepared MediaPlayer mp player.start private void stopPlaying if player.isPlaying..
Get the progress time of the video played under videoview? http://stackoverflow.com/questions/7802645/get-the-progress-time-of-the-video-played-under-videoview new OnPreparedListener public void onPrepared MediaPlayer mp duration mVideoView.getDuration do current..
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one http://stackoverflow.com/questions/8681550/android-2-2-mediaplayer-is-working-fine-with-one-shoutcast-url-but-not-with-the Throwable t Log.d TAG t.toString @Override public void onPrepared MediaPlayer mp Log.d TAG Stream is prepared mp.start private..
How to play multiple video files simultaneously in one layout side by side in different view in Android http://stackoverflow.com/questions/9834882/how-to-play-multiple-video-files-simultaneously-in-one-layout-side-by-side-in-di mSizeKnown index startVideoPlayback player public void onPrepared MediaPlayer player Log.d TAG MediaPlayer indexOf player onPrepared.. MediaPlayer player Log.d TAG MediaPlayer indexOf player onPrepared called int index indexOf player if index 1 return sanity check.. mVideoReady mSizeKnown startVideoPlayback public void onPrepared MediaPlayer player Log.d TAG onPrepared called mVideoReady..
VideoView onResume loses buffered portion of the video http://stackoverflow.com/questions/9987042/videoview-onresume-loses-buffered-portion-of-the-video e Log.e TAG error e.getMessage e @Override public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed.. public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed true if mIsVideoReadyToBePlayed..
Full screen videoview without stretching the video http://stackoverflow.com/questions/12211837/full-screen-videoview-without-stretching-the-video findViewById R.id.surfaceViewFrame player new MediaPlayer player.setDisplay holder set on your media player a onPreparedListener and manually calculate the desired size of the video to fill the screen in the desired proportion avoiding stretching.. proportion avoiding stretching the video player.setOnPreparedListener new OnPreparedListener @Override public void onPrepared MediaPlayer mp Adjust the size of the video so it fits on the screen int videoWidth player.getVideoWidth int videoHeight.. public void surfaceDestroyed SurfaceHolder holder TODO Auto generated method stub prepare the video public void onPrepared MediaPlayer mp progressBarWait.setVisibility View.GONE Adjust the size of the video so it fits on the screen int videoWidth..
Playing HTML5 video on fullscreen in android webview http://stackoverflow.com/questions/15768837/playing-html5-video-on-fullscreen-in-android-webview View.VISIBLE return loadingView else return super.getVideoLoadingProgressView @Override public void onPrepared MediaPlayer mp Video will start playing only called in the case of android.widget.VideoView typically API level 11 if loadingView..
Android ShoutCast Internet Radio FilenotFoundException http://stackoverflow.com/questions/16264225/android-shoutcast-internet-radio-filenotfoundexception OnPreparedListener for media player class preparelistener implements MediaPlayer.OnPreparedListener public void onPrepared MediaPlayer mp if prepareState prepareState false mp1preparing false mp1prepared true if started false started true..
MediaPlayer error (1, -1004) aka MEDIA_ERROR_IO trying to stream music on Samsung S3 http://stackoverflow.com/questions/16672568/mediaplayer-error-1-1004-aka-media-error-io-trying-to-stream-music-on-samsun Exception e e.printStackTrace mPlayer.prepareAsync mPlayer.setOnPreparedListener new OnPreparedListener public void onPrepared MediaPlayer mp ivBuffer.setVisibility View.INVISIBLE bars.setVisibility View.INVISIBLE visualizerContainer.setVisibility..
Is Android 2.2 HTTP progressive streaming = HTTP Live Streaming? http://stackoverflow.com/questions/3595491/is-android-2-2-http-progressive-streaming-http-live-streaming this mp.prepareAsync Log.d TAG LoadClip Done catch Throwable t Log.d TAG t.toString @Override public void onPrepared MediaPlayer mp Log.d TAG Stream is prepared mp.start private void pause mp.pause private void stop mp.stop @Override public..
How can I show a MediaController while playing audio in Android? http://stackoverflow.com/questions/3747139/how-can-i-show-a-mediacontroller-while-playing-audio-in-android return true public boolean canSeekBackward return true public boolean canSeekForward return true public void onPrepared MediaPlayer mediaPlayer Log.d TAG onPrepared mediaController.setMediaPlayer this mediaController.setAnchorView findViewById.. return true public boolean canSeekForward return true public void onPrepared MediaPlayer mediaPlayer Log.d TAG onPrepared mediaController.setMediaPlayer this mediaController.setAnchorView findViewById R.id.main_audio_view handler.post new Runnable..
Online radio streaming app for Android http://stackoverflow.com/questions/6283568/online-radio-streaming-app-for-android View.VISIBLE player.prepareAsync player.setOnPreparedListener new OnPreparedListener public void onPrepared MediaPlayer mp player.start private void stopPlaying if player.isPlaying player.stop player.release initializeMediaPlayer..
Get the progress time of the video played under videoview? http://stackoverflow.com/questions/7802645/get-the-progress-time-of-the-video-played-under-videoview doInBackground Void... params mVideoView.start mVideoView.setOnPreparedListener new OnPreparedListener public void onPrepared MediaPlayer mp duration mVideoView.getDuration do current mVideoView.getCurrentPosition System.out.println duration..
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one http://stackoverflow.com/questions/8681550/android-2-2-mediaplayer-is-working-fine-with-one-shoutcast-url-but-not-with-the this mp.prepareAsync Log.d TAG LoadClip Done catch Throwable t Log.d TAG t.toString @Override public void onPrepared MediaPlayer mp Log.d TAG Stream is prepared mp.start private void pause mp.pause private void stop mp.stop @Override public..
How to play multiple video files simultaneously in one layout side by side in different view in Android http://stackoverflow.com/questions/9834882/how-to-play-multiple-video-files-simultaneously-in-one-layout-side-by-side-in-di never happen mSizeKnown index true if mVideoReady index mSizeKnown index startVideoPlayback player public void onPrepared MediaPlayer player Log.d TAG MediaPlayer indexOf player onPrepared called int index indexOf player if index 1 return sanity.. index startVideoPlayback player public void onPrepared MediaPlayer player Log.d TAG MediaPlayer indexOf player onPrepared called int index indexOf player if index 1 return sanity check should never happen mVideoReady index true if mVideoReady.. width width or height height return mSizeKnown true if mVideoReady mSizeKnown startVideoPlayback public void onPrepared MediaPlayer player Log.d TAG onPrepared called mVideoReady true if mVideoReady mSizeKnown startVideoPlayback public..
VideoView onResume loses buffered portion of the video http://stackoverflow.com/questions/9987042/videoview-onresume-loses-buffered-portion-of-the-video AudioManager.STREAM_MUSIC catch Exception e Log.e TAG error e.getMessage e @Override public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed true if mIsVideoReadyToBePlayed mMediaPlayer.start.. catch Exception e Log.e TAG error e.getMessage e @Override public void onPrepared MediaPlayer mediaplayer Log.d TAG onPrepared called mIsVideoReadyToBePlayed true if mIsVideoReadyToBePlayed mMediaPlayer.start @Override public void onBufferingUpdate..
|