Packageorg.igniterealtime.xiff.vcard
Classpublic class VCardSound
ImplementsIVCardSound

Formatted name pronunciation property.



Public Properties
 PropertyDefined by
  binaryValue : String
VCardSound
  bytes : ByteArray
VCardSound
  externalValue : String
VCardSound
  phonetic : String
VCardSound
Public Methods
 MethodDefined by
  
VCardSound(phonetic:String = null, binaryValue:String = null, externalValue:String = null)
To save a sound, either phonetic, binaryValue or externalValue are required.
VCardSound
Property detail
binaryValueproperty
binaryValue:String  [read-write]

Implementation
    public function get binaryValue():String
    public function set binaryValue(value:String):void
bytesproperty 
bytes:ByteArray  [read-write]

Implementation
    public function get bytes():ByteArray
    public function set bytes(value:ByteArray):void
externalValueproperty 
externalValue:String  [read-write]

Implementation
    public function get externalValue():String
    public function set externalValue(value:String):void
phoneticproperty 
phonetic:String  [read-write]

Implementation
    public function get phonetic():String
    public function set phonetic(value:String):void
Constructor detail
VCardSound()constructor
public function VCardSound(phonetic:String = null, binaryValue:String = null, externalValue:String = null)

To save a sound, either phonetic, binaryValue or externalValue are required.

Parameters
phonetic:String (default = null) — The textual phonetic pronunciation.
 
binaryValue:String (default = null) — The BASE64 encoded binary value of the audio pronunciation.
 
externalValue:String (default = null) — The URI to an external binary digital audio pronunciation.