Interface IAudioOutput
Represents a device that outputs audio data.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface IAudioOutput
Properties
Name | Description |
---|---|
Active | Gets or sets a value indicating whether this IAudioOutput is active. |
Mute | Gets or sets a value indicating whether this IAudioOutput is muted. |
Methods
Name | Description |
---|---|
Initialize(ISampleStream) | Initializes the specified audio output device. |