SoundComposer.ItemSlidingWaveToneTypeGet method |
|
Remarks
Obtains the type of sliding wave tone item. The current type can be modified through the SoundComposer.ItemSlidingWaveToneTypeSet 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 ItemSlidingWaveToneTypeGet ( nUniqueId as Int32, ByRef nWaveType as enumSoundGenSlidingWaveTypes ) as enumErrorCodes |
[C#] public enumErrorCodes ItemSlidingWaveToneTypeGet ( Int32 nUniqueId, ref enumSoundGenSlidingWaveTypes nWaveType ); |
[C++] public: enumErrorCodes ItemSlidingWaveToneTypeGet ( Int32 nUniqueId, enumSoundGenSlidingWaveTypes __gc *nWaveType ); |
Parameter |
Description |
|||||||||||||||
|
|
|||||||||||||||
nUniqueId |
The unique identifier of the element previously returned by the call to the SoundComposer.ItemSlidingWaveToneAdd method. |
|||||||||||||||
nWaveType |
Reference that, on return from the method call, will contain the type of wave tone. Supported values are the following:
|
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. |