|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sound | |
|---|---|
| ezvcard | |
| ezvcard.io.scribe | |
| Uses of Sound in ezvcard |
|---|
| Methods in ezvcard that return types with arguments of type Sound | |
|---|---|
List<Sound> |
VCard.getSounds()
Gets the sounds attached to the vCard, such as a pronunciation of the person's name. |
| Methods in ezvcard with parameters of type Sound | |
|---|---|
void |
VCard.addSound(Sound sound)
Adds a sound to the vCard, such as a pronunciation of the person's name. |
void |
VCard.addSoundAlt(Sound... altRepresentations)
Adds a sound property as a group of alternative representations (see: description of ALTID). |
| Method parameters in ezvcard with type arguments of type Sound | |
|---|---|
void |
VCard.addSoundAlt(Collection<Sound> altRepresentations)
Adds a sound property as a group of alternative representations (see: description of ALTID). |
| Uses of Sound in ezvcard.io.scribe |
|---|
| Methods in ezvcard.io.scribe that return Sound | |
|---|---|
protected Sound |
SoundScribe._newInstance(byte[] data,
SoundType contentType)
|
protected Sound |
SoundScribe._newInstance(String uri,
SoundType contentType)
|
protected Sound |
SoundScribe._parseHtml(HCardElement element,
List<String> warnings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||