Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
SilenceThreshold property 
 
Type
[Visual Basic] 
Public Property SilenceThreshold As Int16
 
[C#] 
public Int16 SilenceThreshold {get; set;}
 
[C++] 
public: __property Int16 get_SilenceThreshold(); 
public: __property void set_SilenceThreshold(Int16);
 
 
Remarks
Sets the threshold for the Sound Activation System. 
 
Supported values are in the range from 0  (Sound Activation System disabled, same as setting the DiscardSilence property to False) to 32767 (sound recording completely disabled if the DiscardSilence property is set to True). 
 
For further details see the How the Sound Activation System works section.
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents