AudioRecorderStopOnSilenceVal Property |
The maximum noise value of the meter to start the timer to stop the record process.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public float StopOnSilenceVal { get; set; }
Public Property StopOnSilenceVal As Single
Get
Set
Dim instance As AudioRecorder
Dim value As Single
value = instance.StopOnSilenceVal
instance.StopOnSilenceVal = value
member StopOnSilenceVal : float32 with get, set
/** @property */
public float get_StopOnSilenceVal()
/** @property */
public void set_StopOnSilenceVal(float value)
function get StopOnSilenceVal () : float
function set StopOnSilenceVal (value : float)
function get_StopOnSilenceVal();
function set_StopOnSilenceVal(value);
Property Value
Type:
SingleSee Also