AudioRecorderStopOnSilenceSeconds Property |
The number of seconds to detect the silence before stopping the record process.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int StopOnSilenceSeconds { get; set; }
Public Property StopOnSilenceSeconds As Integer
Get
Set
Dim instance As AudioRecorder
Dim value As Integer
value = instance.StopOnSilenceSeconds
instance.StopOnSilenceSeconds = value
member StopOnSilenceSeconds : int with get, set
/** @property */
public int get_StopOnSilenceSeconds()
/** @property */
public void set_StopOnSilenceSeconds(int value)
function get StopOnSilenceSeconds () : int
function set StopOnSilenceSeconds (value : int)
function get_StopOnSilenceSeconds();
function set_StopOnSilenceSeconds(value);
Property Value
Type:
Int32See Also