Uses of Class
ezvcard.parameter.SoundType

Packages that use SoundType
ezvcard.io.scribe   
ezvcard.parameter   
ezvcard.property   
 

Uses of SoundType in ezvcard.io.scribe
 

Methods in ezvcard.io.scribe that return SoundType
protected  SoundType SoundScribe._buildMediaTypeObj(String mediaType)
           
protected  SoundType SoundScribe._buildTypeObj(String type)
           
 

Methods in ezvcard.io.scribe with parameters of type SoundType
protected  Sound SoundScribe._newInstance(byte[] data, SoundType contentType)
           
protected  Sound SoundScribe._newInstance(String uri, SoundType contentType)
           
 

Uses of SoundType in ezvcard.parameter
 

Fields in ezvcard.parameter declared as SoundType
static SoundType SoundType.AAC
           
static SoundType SoundType.MIDI
           
static SoundType SoundType.MP3
           
static SoundType SoundType.MPEG
           
static SoundType SoundType.OGG
           
static SoundType SoundType.WAV
           
 

Methods in ezvcard.parameter that return SoundType
static SoundType SoundType.find(String type, String mediaType, String extension)
          Searches for a parameter value that is defined as a static constant in this class.
static SoundType SoundType.get(String type, String mediaType, String extension)
          Searches for a parameter value and creates one if it cannot be found.
 

Methods in ezvcard.parameter that return types with arguments of type SoundType
static Collection<SoundType> SoundType.all()
          Gets all of the parameter values that are defined as static constants in this class.
 

Uses of SoundType in ezvcard.property
 

Constructors in ezvcard.property with parameters of type SoundType
Sound(byte[] data, SoundType type)
          Creates a sound property.
Sound(File file, SoundType type)
          Creates a sound property.
Sound(InputStream in, SoundType type)
          Creates a sound property.
Sound(String url, SoundType type)
          Creates a sound property.
 



Copyright © 2012-2014 Michael Angstadt. All Rights Reserved.