Classes
| Name | Description |
|---|---|
| AudioSignal | Abstract class for audio recording and playback. |
| AudioSignalWindow | Class used to receive window messages from Audio driver |
| SignalIn | Record data from an audio card. |
| SignalInList | Manages a list of Dew.Signal.Audio.SignalIn components. |
| SignalOut | Send data to audio card for playback. |
| SignalOutList | Manages a list of Dew.Signal.Audio.SignalOut components. |
| SignalTimer | High resolution multimedia timer. |
Enumerations
| Name | Description |
|---|---|
| TriggerMode | Defines the trigger condition. |
| TriggerPosition | Defines which data (pre/post trigger) the trigger will capture. |
| TriggerType | Defines the trigger behaviour while recording. |
Delegates
| Name | Description |
|---|---|
| BufferInEvent | Event type triggered when input buffer has been filled. |
| BufferOutEvent | Event type triggered when output buffer has to be filled. |