|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<VLCPlayer.AudioChannelMode>
com.bramosystems.oss.player.core.client.ui.VLCPlayer.AudioChannelMode
public static enum VLCPlayer.AudioChannelMode
An enum of Audio Channel modes for VLC Media Player™
Enum Constant Summary | |
---|---|
Dolby
Dolby mode |
|
Left
Left only mode |
|
ReverseStereo
Reverse Stereo mode |
|
Right
Right only mode |
|
Stereo
Stereo mode |
Method Summary | |
---|---|
static VLCPlayer.AudioChannelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VLCPlayer.AudioChannelMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final VLCPlayer.AudioChannelMode Stereo
public static final VLCPlayer.AudioChannelMode ReverseStereo
public static final VLCPlayer.AudioChannelMode Left
public static final VLCPlayer.AudioChannelMode Right
public static final VLCPlayer.AudioChannelMode Dolby
Method Detail |
---|
public static VLCPlayer.AudioChannelMode[] values()
for (VLCPlayer.AudioChannelMode c : VLCPlayer.AudioChannelMode.values()) System.out.println(c);
public static VLCPlayer.AudioChannelMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |