cAudioRecorderLineInStartOnNoise Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool StartOnNoise { get; set; }
Public Property StartOnNoise As Boolean
Get
Set
Dim instance As cAudioRecorderLineIn
Dim value As Boolean
value = instance.StartOnNoise
instance.StartOnNoise = value
abstract StartOnNoise : bool with get, set
override StartOnNoise : bool with get, set
/** @property */
public final boolean get_StartOnNoise()
/** @property */
public final void set_StartOnNoise(boolean value)
final function get StartOnNoise () : boolean
final function set StartOnNoise (value : boolean)
function get_StartOnNoise();
function set_StartOnNoise(value);
Property Value
Type:
BooleanImplements
cAudioRecorderStartOnNoiseSee Also