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 SoundComposerMan class and the How to compose a sound tutorial.
Syntax
[Visual Basic] Public Function SessionItemsCountGet ( ByRef nItems as Int32 ) as enumErrorCodes |
[C#] public enumErrorCodes SessionItemsCountGet ( ref Int32 nItems ); |
[C++] public: enumErrorCodes SessionItemsCountGet ( Int32 __gc *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. |