Class VCard.Sound
- java.lang.Object
-
- rocks.xmpp.extensions.vcard.temp.model.VCard.Sound
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPhonetic()Gets the textual phonetic pronunciation.URIgetUri()Gets the URI to an external binary digital audio pronunciation.byte[]getValue()Gets the binary digital audio pronunciation.
-
-
-
Method Detail
-
getValue
public byte[] getValue()
Gets the binary digital audio pronunciation.- Returns:
- The photo.
-
getUri
public URI getUri()
Gets the URI to an external binary digital audio pronunciation.- Returns:
- The URI.
-
getPhonetic
public String getPhonetic()
Gets the textual phonetic pronunciation.- Returns:
- The textual phonetic pronunciation
-
-