AudioRecorderStartOnNoiseVal Property |
The noise value of the meter to start to record when noise is detected.
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public float StartOnNoiseVal { get; set; }
Public Property StartOnNoiseVal As Single
Get
Set
Dim instance As AudioRecorder
Dim value As Single
value = instance.StartOnNoiseVal
instance.StartOnNoiseVal = value
member StartOnNoiseVal : float32 with get, set
/** @property */
public float get_StartOnNoiseVal()
/** @property */
public void set_StartOnNoiseVal(float value)
function get StartOnNoiseVal () : float
function set StartOnNoiseVal (value : float)
function get_StartOnNoiseVal();
function set_StartOnNoiseVal(value);
Property Value
Type:
SingleSee Also