SoundComposer.SessionComposeItems method |
|
Remarks
Composes all of the items added to the session, previously created through the SoundComposer.SessionInit method, by mixing them on the given channels and positions.
During the execution of the session the CallbackPercentage delegate is invoked, with the nOperation parameter set to OPERATION_SOUND_COMPOSER, in order to notify about the percentage of advancement of the session itself.
For further details about sound composing see the the SoundComposerMan class and the How to compose a sound tutorial.
Syntax
[Visual Basic] Public Function SessionComposeItems ( ) as enumErrorCodes |
[C#] public enumErrorCodes SessionComposeItems ( ); |
[C++] public: enumErrorCodes SessionComposeItems ( ); |
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. |