|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RecordingAudioCodec>
org.virtualbox_7_0.RecordingAudioCodec
public enum RecordingAudioCodec
Recording audio codec enumeration.
Interface ID: {16C42BE8-1713-4717-A8B9-C65A6549FBCD}
Enum Constant Summary | |
---|---|
MP3
MPEG-2 Audio Layer III. |
|
None
No codec set. |
|
OggVorbis
Ogg Vorbis. |
|
Opus
Opus Audio. |
|
Other
Other codec. |
|
WavPCM
WAV format, linear PCM, uncompressed. |
Method Summary | |
---|---|
static RecordingAudioCodec |
fromValue(long v)
|
static RecordingAudioCodec |
fromValue(java.lang.String v)
|
int |
value()
|
static RecordingAudioCodec |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RecordingAudioCodec[] |
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 RecordingAudioCodec None
public static final RecordingAudioCodec WavPCM
public static final RecordingAudioCodec MP3
public static final RecordingAudioCodec OggVorbis
public static final RecordingAudioCodec Opus
public static final RecordingAudioCodec Other
Method Detail |
---|
public static RecordingAudioCodec[] values()
for (RecordingAudioCodec c : RecordingAudioCodec.values()) System.out.println(c);
public static RecordingAudioCodec 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 name
java.lang.NullPointerException
- if the argument is nullpublic int value()
public static RecordingAudioCodec fromValue(long v)
public static RecordingAudioCodec fromValue(java.lang.String v)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |