Uses of Class
ezvcard.parameters.SoundTypeParameter

Packages that use SoundTypeParameter
ezvcard.parameters   
ezvcard.types   
 

Uses of SoundTypeParameter in ezvcard.parameters
 

Fields in ezvcard.parameters declared as SoundTypeParameter
static SoundTypeParameter SoundTypeParameter.AAC
           
static SoundTypeParameter SoundTypeParameter.MIDI
           
static SoundTypeParameter SoundTypeParameter.MP3
           
static SoundTypeParameter SoundTypeParameter.MPEG
           
static SoundTypeParameter SoundTypeParameter.OGG
           
static SoundTypeParameter SoundTypeParameter.WAV
           
 

Methods in ezvcard.parameters that return SoundTypeParameter
static SoundTypeParameter SoundTypeParameter.findByMediaType(String mediaType)
          Searches the static objects in this class for one that has a certain media type.
static SoundTypeParameter SoundTypeParameter.valueOf(String value)
          Searches the static objects in this class for one that has a certain type value.
 

Uses of SoundTypeParameter in ezvcard.types
 

Methods in ezvcard.types that return SoundTypeParameter
protected  SoundTypeParameter SoundType.buildMediaTypeObj(String mediaType)
           
protected  SoundTypeParameter SoundType.buildTypeObj(String type)
           
 

Constructors in ezvcard.types with parameters of type SoundTypeParameter
SoundType(byte[] data, SoundTypeParameter type)
           
SoundType(File file, SoundTypeParameter type)
           
SoundType(InputStream in, SoundTypeParameter type)
           
SoundType(String url, SoundTypeParameter type)
           
 



Copyright © 2012-2013. All Rights Reserved.