Copyright © 2008-2019 MultiMedia Soft

SoundComposer property (RO)

Previous pageReturn to chapter overviewNext page

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.