We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33715d1 + 099fd80 commit 7b5488dCopy full SHA for 7b5488d
1 file changed
media/java/android/media/MediaPlayer.java
@@ -1152,6 +1152,8 @@ private void updateSurfaceScreenOn() {
1152
* Checks whether the MediaPlayer is playing.
1153
*
1154
* @return true if currently playing, false otherwise
1155
+ * @throws IllegalStateException if the internal player engine has not been
1156
+ * initialized or has been released.
1157
*/
1158
public native boolean isPlaying();
1159
0 commit comments