|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.BaseEnum<VCardSoundType>
com.aspose.email.VCardSoundType
public final class VCardSoundType
Enumerates a cVard sound types
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 |
static VCardSoundType |
AIFF
|
static VCardSoundType |
BASIC
|
static VCardSoundType |
MP4
|
static VCardSoundType |
MPEG
|
static VCardSoundType |
OGG
|
static VCardSoundType |
PCM
|
static VCardSoundType |
WAVE
|
static VCardSoundType |
WMA
|
Method Summary |
---|
Methods inherited from class com.aspose.email.BaseEnum |
---|
AND, equals, getName, getValue, hashCode, isDefined, OR, toEnum, toString, XOR |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int _BASIC
A basic format
public static final VCardSoundType BASIC
public static final int _WAVE
A wave format
public static final VCardSoundType WAVE
public static final int _PCM
A MIME basic audio type
public static final VCardSoundType PCM
public static final int _AIFF
A AIFF format
public static final VCardSoundType AIFF
public static final int _MPEG
A mpeg audio
public static final VCardSoundType MPEG
public static final int _MP4
A mp4 audio
public static final VCardSoundType MP4
public static final int _OGG
An ogg audio
public static final VCardSoundType OGG
public static final int _WMA
A windows media audio
public static final VCardSoundType WMA
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |