com.aspose.email
Class VCardSoundType

java.lang.Object
  extended by com.aspose.email.BaseEnum<VCardSoundType>
      extended by com.aspose.email.VCardSoundType

public final class VCardSoundType
extends BaseEnum<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

_BASIC

public static final int _BASIC

A basic format

See Also:
Constant Field Values

BASIC

public static final VCardSoundType BASIC

_WAVE

public static final int _WAVE

A wave format

See Also:
Constant Field Values

WAVE

public static final VCardSoundType WAVE

_PCM

public static final int _PCM

A MIME basic audio type

See Also:
Constant Field Values

PCM

public static final VCardSoundType PCM

_AIFF

public static final int _AIFF

A AIFF format

See Also:
Constant Field Values

AIFF

public static final VCardSoundType AIFF

_MPEG

public static final int _MPEG

A mpeg audio

See Also:
Constant Field Values

MPEG

public static final VCardSoundType MPEG

_MP4

public static final int _MP4

A mp4 audio

See Also:
Constant Field Values

MP4

public static final VCardSoundType MP4

_OGG

public static final int _OGG

An ogg audio

See Also:
Constant Field Values

OGG

public static final VCardSoundType OGG

_WMA

public static final int _WMA

A windows media audio

See Also:
Constant Field Values

WMA

public static final VCardSoundType WMA


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