uk.co.caprica.vlcj.binding.internal
Enum libvlc_audio_output_channel_t
java.lang.Object
java.lang.Enum<libvlc_audio_output_channel_t>
uk.co.caprica.vlcj.binding.internal.libvlc_audio_output_channel_t
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<libvlc_audio_output_channel_t>
public enum libvlc_audio_output_channel_t
- extends java.lang.Enum<libvlc_audio_output_channel_t>
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 |
libvlc_AudioChannel_Error
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_Error
libvlc_AudioChannel_Stereo
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_Stereo
libvlc_AudioChannel_RStereo
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_RStereo
libvlc_AudioChannel_Left
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_Left
libvlc_AudioChannel_Right
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_Right
libvlc_AudioChannel_Dolbys
public static final libvlc_audio_output_channel_t libvlc_AudioChannel_Dolbys
values
public static libvlc_audio_output_channel_t[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (libvlc_audio_output_channel_t c : libvlc_audio_output_channel_t.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static libvlc_audio_output_channel_t valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
intValue
public int intValue()