Operations Summary: | |
void | initWithNameAndStateAndVoices(in string engineName, in string modeName, in string locale, in Tristate running, in VoiceArray voices) |
void | addVoice(in Voice voice) |
VoiceArray | getVoices() |
void | setVoices(in VoiceArray v) |
Operations Inherited from EngineModeDesc | |
initWithLocale, initWithNameAndState, equals, getEngineName, getLocale, getModeName, getRunning, match, setEngineName, setLocale, setModeName, setRunning |
Operations Inherited from Bonobo::Unknown | |
ref, unref, queryInterface |
Operation Details: |
Initialise a fully-specified descriptor. Any of the features may be null.
Append a voice to the list of voices.
Returns the list of voices available in this synthesizer mode.
Set the list of synthesizer voices.