public static enum EncodingOptions.AudioFormat extends Enum<EncodingOptions.AudioFormat>
| Modifier and Type | Method and Description |
|---|---|
String |
getAudioFormat() |
static EncodingOptions.AudioFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncodingOptions.AudioFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EncodingOptions.AudioFormat MP3
public static final EncodingOptions.AudioFormat M4A
public static final EncodingOptions.AudioFormat OGG
public static EncodingOptions.AudioFormat[] values()
for (EncodingOptions.AudioFormat c : EncodingOptions.AudioFormat.values()) System.out.println(c);
public static EncodingOptions.AudioFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getAudioFormat()
Copyright © 2016 wix.com. All rights reserved.