Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
DiscardSilence property 
 
Type
[Visual Basic] 
Public Property DiscardSilence As Boolean
 
[C#] 
public bool DiscardSilence {get; set;}
 
[C++] 
public: __property bool get_DiscardSilence(); 
public: __property void set_DiscardSilence(bool);
 
 
Remarks
Boolean value enables/disables the Sound Activation System. 
 
Supported values are the following: 
Mnemonic Value
Meaning
False (default)
The Sound Activation System is disabled.
True
The Sound Activation System is enabled.
 
For further details see the How the Sound Activation System works section
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents