Click or drag to resize

cAudioRecorder Interface

cAudioRecorder.

Namespace:  CSAudioRecorder
Assembly:  CSScreenRecorder (in CSScreenRecorder.dll) Version: 1.0.4.0 (1.0.4.0)
Syntax
public interface cAudioRecorder

The cAudioRecorder type exposes the following members.

Properties
  NameDescription
Public propertyACMFormat
ACMFormat.
Public propertyACMTag
ACMTag.
Public propertyBitrate
Bitrate.
Public propertyDeviceIndex
DeviceIndex.
Public propertyFileName
FileName.
Public propertyFormat
Format.
Public propertyIsRecording
IsRecording.
Public propertyLatency
Latency.
Public propertyMessageArgs
MessageArgs.
Public propertyMeterIn
MeterIn.
Public propertyMode
Mode.
Public propertyProgressArgs
ProgressArgs.
Public propertySourceBits
SourceBits.
Public propertySourceChannels
SourceChannels.
Public propertySourceSamplerate
SourceSamplerate.
Public propertyStartOnNoise
StartOnNoise.
Public propertyStartOnNoiseVal
StartOnNoiseVal.
Top
Methods
  NameDescription
Public methodPause
Pause.
Public methodStart
Start.
Public methodStop
Stop.
Top
Events
  NameDescription
Public eventRecordDone
RecordDone.
Public eventRecordError
RecordError.
Public eventRecordProgress
RecordProgress.
Public eventRecordStart
RecordStart.
Top
See Also