Class android.media.MediaPlayer

Added Methods
void  addTimedTextSource( Context, Uri , String )  
void  addTimedTextSource( String, String )  
void  addTimedTextSource( FileDescriptor, String )  
void  addTimedTextSource( FileDescriptor, long , long , String )  
void  deselectTrack( int)  
TrackInfo[]  getTrackInfo()  
void  selectTrack( int)  
void  setNextMediaPlayer( MediaPlayer)  
void  setOnTimedTextListener( OnTimedTextListener)  
void  setVideoScalingMode( int)  
 

Added Fields
String  MEDIA_MIMETYPE_TEXT_SUBRIP  
int  VIDEO_SCALING_MODE_SCALE_TO_FIT  
int  VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING  
 
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.