AsyncPlayer.java | 33 private static final int PLAY = 1; 94 case PLAY: 95 if (mDebug) Log.d(mTag, "PLAY"); 158 * @param uri The URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}) 163 * @deprecated use {@link #play(Context, Uri, boolean, AudioAttributes)} instead 165 public void play(Context context, Uri uri, boolean looping, int stream) { method in class:AsyncPlayer 170 play(context, uri, looping, method 173 Log.e(mTag, "Call to deprecated AsyncPlayer.play() method caused:", e); 184 * @param uri the non-null URI to play. (see {@link MediaPlayer#setDataSource(Context, Uri)}) 191 public void play(@NonNull Context context, @NonNull Uri uri, boolean looping method in class:AsyncPlayer [all...] |