Copyright © 2008-2019 MultiMedia Soft
SoundGenerator property (RO)
Type
[Visual Basic]
Public Property SoundGenerator As SoundGeneratorMan
[C#]
public SoundGeneratorMan SoundGenerator {get;}
[C++]
public: __property SoundGeneratorMan* get_SoundGenerator ();
This property is Read-only
Remarks
The embedded sound generator.
This property encapsulates the functionality of the SoundGeneratorMan class.
For further details about sound generation see the How to generate wave tones, noises, DTMF tones and text to speech tutorial.