|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.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 |
MP_4
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 |
Method Summary | |
---|---|
static boolean |
isDefined(int value)
|
static String |
toString(int value)
|
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 MP_4
A mp4 audio
public static final int OGG
An ogg audio
public static final int WMA
A windows media audio
Method Detail |
---|
public static boolean isDefined(int value)
public static String toString(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |