|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.VCardSoundType
public final class VCardSoundType
Enumerates a cVard sound types
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
AIFF
A AIFF format |
static int |
BASIC
A basic format |
static int |
MP4
A mp4 audio |
static int |
MPEG
A mpeg audio |
static int |
OGG
An ogg audio |
static int |
PCM
A MIME basic audio type |
static int |
WAVE
A wave format |
static int |
WMA
A windows media audio |
Constructor Summary | |
---|---|
VCardSoundType()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BASIC
A basic format
public static final int WAVE
A wave format
public static final int PCM
A MIME basic audio type
public static final int AIFF
A AIFF format
public static final int MPEG
A mpeg audio
public static final int MP4
A mp4 audio
public static final int OGG
An ogg audio
public static final int WMA
A windows media audio
Constructor Detail |
---|
public VCardSoundType()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |