AudioRecorderIsRecording 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 AudioRecorder
Dim value As Boolean
value = instance.IsRecording
instance.IsRecording = value
member IsRecording : bool with get, set
/** @property */
public boolean get_IsRecording()
/** @property */
public void set_IsRecording(boolean value)
function get IsRecording () : boolean
function set IsRecording (value : boolean)
function get_IsRecording();
function set_IsRecording(value);
Property Value
Type:
BooleanSee Also