Interface IDspPipeline
Represents the DspPipeline in the host application.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IDspPipeline
Properties
| Name | Description |
|---|---|
| Active | Gets a value indicating whether this IDspPipeline is active. |
| DemodulatedAudio | Gets the demodulated audio stream. |
| InputSignal | Gets the input I/Q or audio stream. |
| ModeSwitch | Gets the mode switch. |
| ProcessedAudio | Gets the processed audio stream. |
| ProcessedSignal | Gets the processed I/Q signal stream. |
| Transmitter | Gets the transmitter. |
| Tuner | Gets the RX frequency tuner. |
Events
| Name | Description |
|---|---|
| StatusChanged | Occurs when the Active status changes. |