SoundComposer.SessionItemsCountGet method |
|
Remarks
Obtains the number of items currently added to the session previously created through the SoundComposer.SessionInit 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.SessionItemsCountGet ( ByRef nItems as Long ) as enumErrorCodes |
[C++] short control.SoundComposer.SessionItemsCountGet ( long *nItems ); |
Parameter |
Description |
|
|
nItems |
Reference that, on return from the method call, will contain the number of items |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred, check the LastError property value in order to see the error code meaning |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |