public static enum StreamPlayerException.PlayerException extends java.lang.Enum<StreamPlayerException.PlayerException>
| Enum Constant and Description |
|---|
BALANCE_CONTROL_NOT_SUPPORTED
The balance control not supported.
|
CAN_NOT_INIT_LINE
The can not init line.
|
GAIN_CONTROL_NOT_SUPPORTED
The gain control not supported.
|
LINE_NOT_SUPPORTED
LINE IS NOT SUPPORTED
|
MUTE_CONTROL_NOT_SUPPORTED
The mute control not supported.
|
PAN_CONTROL_NOT_SUPPORTED
The pan control not supported.
|
SKIP_NOT_SUPPORTED
The skip not supported.
|
WAIT_ERROR
The wait error.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamPlayerException.PlayerException |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StreamPlayerException.PlayerException[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamPlayerException.PlayerException GAIN_CONTROL_NOT_SUPPORTED
public static final StreamPlayerException.PlayerException PAN_CONTROL_NOT_SUPPORTED
public static final StreamPlayerException.PlayerException MUTE_CONTROL_NOT_SUPPORTED
public static final StreamPlayerException.PlayerException BALANCE_CONTROL_NOT_SUPPORTED
public static final StreamPlayerException.PlayerException WAIT_ERROR
public static final StreamPlayerException.PlayerException CAN_NOT_INIT_LINE
public static final StreamPlayerException.PlayerException LINE_NOT_SUPPORTED
public static final StreamPlayerException.PlayerException SKIP_NOT_SUPPORTED
public static StreamPlayerException.PlayerException[] values()
for (StreamPlayerException.PlayerException c : StreamPlayerException.PlayerException.values()) System.out.println(c);
public static StreamPlayerException.PlayerException valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2019. All rights reserved.