SoundComposer.ItemSpeechStringSet method |
|
Remarks
Modifies the string of text to speech of the given item. The current pathname of the text file or the string of text to speech can be obtained through the SoundComposer.ItemSpeechTextGet method.
For further details about sound composing see the the SoundComposer object and the How to compose a sound tutorial.
Syntax
[Visual Basic] control.SoundComposer.ItemSpeechStringSet ( nUniqueId as Long, strTextToSpeech as String ) as enumErrorCodes |
[C++] short control.SoundComposer.ItemSpeechStringSet ( long nUniqueId, LPCTSTR strTextToSpeech ); |
Parameter |
Description |
|
|
nUniqueId |
The unique identifier of the element previously returned by the call to the SoundComposer.ItemSpeechFromStringAdd method or to the SoundComposer.ItemSpeechFromFileAdd method. |
strTextToSpeech |
String of text to speech |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to get the error code |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful |