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 String
getPhonetic()
Gets the textual phonetic pronunciation.URI
getUri()
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
-
-