Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents  
 
 
SilenceMinLength property 
 
Type
[Visual Basic] 
Public Property SilenceMinLength As Int32
 
[C#] 
public Int32 SilenceMinLength {get; set;}
 
[C++] 
public: __property Int32 get_SilenceMinLength(); 
public: __property void set_SilenceMinLength(Int32);
 
 
Remarks
Sets the minimal length of silence for the Sound Activation System. This property's value is expressed in milliseconds with default value 0. 
 
For further details see the How the Sound Activation System works section.
 
 
 
 
 
 
 
 
Copyright © 2006 - 2008 MultiMedia Soft 
Return to Table of contents