Sound Playing Service
Sound playing service interface.
Properties
Functions
Cancels the play operation associated with the provided listener.
Gets the sound player for specific MIME type.
Gets the sound player for specific MIME type.
Gets the default playing preferences.
Gets the default sound session request preferences.
Provides a list of supported TTS languages
Initialize a default Sound playing service.
True if keeps a reference to a C++ SDK object False if keeps a C++ SDK object
TTS player initialization failed
TTS player was successfully initialized
Play the requested sound. The provided progress listener will be used also for canceling the play. A progress listener can be attached to only one play operation at a time. If preferences is NULL than playing sound will use the default playing preferences.
Play alert. The provided progress listener will be used also for canceling the play. A progress listener can be attached to only one play operation at a time. If preferences is NULL than playing sound will use the default playing preferences.
Play the requested sound. The provided progress listener will be used also for canceling the play. A progress listener can be attached to only one play operation at a time. If preferences is NULL than playing sound will use the default playing preferences.
Play the requested sound. The provided progress listener will be used also for canceling the play. A progress listener can be attached to only one play operation at a time. If preferences is NULL than playing sound will use the default playing preferences.
Returns the number of sounds currently playing.
Play the requested text. The provided progress listener will be used also for canceling the play. A progress listener can be attached to only one play operation at a time. If preferences is NULL than playing sound will use the default playing preferences.
Set default human voice
Sets a sound player for specific MIME type. By default there is no player registered. So, in order to be able to play a sound the API user should set first a player for the specific EMimeType
Set TTS language
Update the default playing preferences.
Update the default sound session request preferences.