Loading media/java/android/media/MediaPlayer.java +1 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,7 @@ import java.util.concurrent.Executor; /** * MediaPlayer class can be used to control playback * of audio/video files and streams. An example on how to use the methods in * this class can be found in {@link android.widget.VideoView}. * MediaPlayer class can be used to control playback of audio/video files and streams. * * <p>MediaPlayer is not thread-safe. Creation of and all access to player instances * should be on the same thread. If registering <a href="#Callbacks">callbacks</a>, Loading Loading
media/java/android/media/MediaPlayer.java +1 −3 Original line number Diff line number Diff line Loading @@ -99,9 +99,7 @@ import java.util.concurrent.Executor; /** * MediaPlayer class can be used to control playback * of audio/video files and streams. An example on how to use the methods in * this class can be found in {@link android.widget.VideoView}. * MediaPlayer class can be used to control playback of audio/video files and streams. * * <p>MediaPlayer is not thread-safe. Creation of and all access to player instances * should be on the same thread. If registering <a href="#Callbacks">callbacks</a>, Loading