Copyright © 2008-2019 MultiMedia Soft
SoundComposer property (RO)
Type
[Visual Basic]
Public Property SoundComposer As SoundComposerMan
[C#]
public SoundComposerMan SoundComposer {get;}
[C++]
public: __property SoundComposerMan* get_SoundComposer ();
This property is Read-only
Remarks
The embedded sound composer.
This property encapsulates the functionality of the SoundComposerMan class.
For further details about sound composing see the How to compose a sound tutorial.