|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WMediaPlayer.Encoding>
eu.webtoolkit.jwt.WMediaPlayer.Encoding
public static enum WMediaPlayer.Encoding
An enumeration for a media encoding.
WMediaPlayer.addSource(WMediaPlayer.Encoding encoding, WLink link)| Enum Constant Summary | |
|---|---|
FLA
Audio: Flash format. |
|
FLV
Video: Flash format. |
|
M4A
Audio: MP4 encoding (essential audio format). |
|
M4V
Video: MP4 encoding (essential video format). |
|
MP3
Audio: MP3 encoding (essential audio format). |
|
OGA
Audio: OGG encoding. |
|
OGV
Video: OGG encoding. |
|
PosterImage
The poster image (e.g. |
|
WAV
Audio: WAV (uncompressed) format. |
|
WEBMA
Audio: WebM encoding. |
|
WEBMV
Video: WebM encoding. |
|
| Method Summary | |
|---|---|
int |
getValue()
Returns the numerical representation of this enum. |
static WMediaPlayer.Encoding |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WMediaPlayer.Encoding[] |
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 WMediaPlayer.Encoding PosterImage
public static final WMediaPlayer.Encoding MP3
public static final WMediaPlayer.Encoding M4A
public static final WMediaPlayer.Encoding OGA
public static final WMediaPlayer.Encoding WAV
public static final WMediaPlayer.Encoding WEBMA
public static final WMediaPlayer.Encoding FLA
public static final WMediaPlayer.Encoding M4V
public static final WMediaPlayer.Encoding OGV
public static final WMediaPlayer.Encoding WEBMV
public static final WMediaPlayer.Encoding FLV
| Method Detail |
|---|
public static WMediaPlayer.Encoding[] values()
for (WMediaPlayer.Encoding c : WMediaPlayer.Encoding.values()) System.out.println(c);
public static WMediaPlayer.Encoding 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 getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||