mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Convert back code to link
The code is no longer in common so can directly link to Player. PiperOrigin-RevId: 352548323
This commit is contained in:
parent
0b2bc60b1a
commit
dc1842efb9
1 changed files with 2 additions and 4 deletions
|
|
@ -41,11 +41,9 @@ public final class ExoTimeoutException extends Exception {
|
||||||
|
|
||||||
/** The operation where this error occurred is not defined. */
|
/** The operation where this error occurred is not defined. */
|
||||||
public static final int TIMEOUT_OPERATION_UNDEFINED = 0;
|
public static final int TIMEOUT_OPERATION_UNDEFINED = 0;
|
||||||
// TODO(b/172315872) Change back @code to @link when the Player is in common.
|
/** The error occurred in {@link Player#release}. */
|
||||||
/** The error occurred in {@code Player#release}. */
|
|
||||||
public static final int TIMEOUT_OPERATION_RELEASE = 1;
|
public static final int TIMEOUT_OPERATION_RELEASE = 1;
|
||||||
/** The error occurred in {@code ExoPlayer#setForegroundMode}. */
|
/** The error occurred in {@link ExoPlayer#setForegroundMode}. */
|
||||||
// TODO(b/172315872) Set foregroundMode is an ExoPlayer method, NOT a player one.
|
|
||||||
public static final int TIMEOUT_OPERATION_SET_FOREGROUND_MODE = 2;
|
public static final int TIMEOUT_OPERATION_SET_FOREGROUND_MODE = 2;
|
||||||
/** The error occurred while detaching a surface from the player. */
|
/** The error occurred while detaching a surface from the player. */
|
||||||
public static final int TIMEOUT_OPERATION_DETACH_SURFACE = 3;
|
public static final int TIMEOUT_OPERATION_DETACH_SURFACE = 3;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue