SoundComposer.ItemWaveToneTypeSet method |
|
Remarks
Modifies the current type of a specific wave tone item. The current type of wave tone can be obtained through the SoundComposer.ItemWaveToneTypeGet 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.ItemWaveToneTypeSet ( nUniqueId as Long, nWaveType as enumSoundGenWaveTypes ) as enumErrorCodes |
[C++] short control.SoundComposer.ItemWaveToneTypeSet ( long nUniqueId, short nWaveType ); |
Parameter |
Description |
||||||||||||||||||
|
|
||||||||||||||||||
nUniqueId |
The unique identifier of the element previously returned by the call to the SoundComposer.ItemWaveToneAdd method. |
||||||||||||||||||
nWaveType |
The type of wave tone. Supported values are the following:
|
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 |