Click or drag to resize

WaveCapture Events

The WaveCapture type exposes the following members.

Events
  NameDescription
Public eventDeviceClosed
Raised when input device closed. This may be caused by a user (change InputDevice) or exception.
Public eventDeviceOpened
Raised when input device opened. This may be used for enabling record button on view.
Public eventRecordingProgress
Raised when the buffer has accumulated enough data (required data length is calculated from return_data_period parameter)
Public eventRecordingStopped
Raised when recording stopped.
Public eventSignalLvlUpdated
Raised when reading is started and each volume avarage period
Top
See Also