com.aspose.network
Class VCardSoundType

java.lang.Object
  extended by com.aspose.network.VCardSoundType

public final class VCardSoundType
extends Object

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

BASIC

public static final int BASIC

A basic format

See Also:
Constant Field Values

WAVE

public static final int WAVE

A wave format

See Also:
Constant Field Values

PCM

public static final int PCM

A MIME basic audio type

See Also:
Constant Field Values

AIFF

public static final int AIFF

A AIFF format

See Also:
Constant Field Values

MPEG

public static final int MPEG

A mpeg audio

See Also:
Constant Field Values

MP_4

public static final int MP_4

A mp4 audio

See Also:
Constant Field Values

OGG

public static final int OGG

An ogg audio

See Also:
Constant Field Values

WMA

public static final int WMA

A windows media audio

See Also:
Constant Field Values
Method Detail

isDefined

public static boolean isDefined(int value)

toString

public static String toString(int value)


Copyright (c) 2002-2011 Aspose Pty Ltd. All Rights Reserved.