cAudioRecorderWasapiLookupIsRecording Property |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool IsRecording { get; set; }
Public Property IsRecording As Boolean
Get
Set
Dim instance As cAudioRecorderWasapiLookup
Dim value As Boolean
value = instance.IsRecording
instance.IsRecording = value
abstract IsRecording : bool with get, set
override IsRecording : bool with get, set
/** @property */
public final boolean get_IsRecording()
/** @property */
public final void set_IsRecording(boolean value)
final function get IsRecording () : boolean
final function set IsRecording (value : boolean)
function get_IsRecording();
function set_IsRecording(value);
Property Value
Type:
BooleanImplements
cAudioRecorderIsRecordingSee Also