SoundComposer.ItemSpeechFileSet method |
|
Remarks
Modifies the pathname of the file containing the 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 SoundComposerMan class and the How to compose a sound tutorial.
Syntax
[Visual Basic] Public Function ItemSpeechFileSet ( ByRef nUniqueId as Int32, strPathname as String ) as enumErrorCodes |
[C#] public enumErrorCodes ItemSpeechFileSet ( Int32 nUniqueId, string strPathname ); |
[C++] public: enumErrorCodes ItemSpeechFileSet ( Int32 nUniqueId, string strPathname ); |
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. |
strPathname |
Absolute pathname of the text file |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.NOERROR (0) |
The method call was successful. |