cAudioRecorderPause Method |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax Sub Pause (
state As Boolean
)
Dim instance As cAudioRecorder
Dim state As Boolean
instance.Pause(state)
abstract Pause :
state : bool -> unit
void Pause(
boolean state
)
function Pause(
state : boolean
)
Parameters
- state
- Type: SystemBoolean
See Also