Interface ISampleStream
Represents a stream of floating point values and information how the values are grouped into samples.
Namespace: VE3NEA.HamCockpit.PluginAPI
Assembly: VE3NEA.HamCockpit.PluginAPI.dll
Syntax
public interface ISampleStream
Properties
| Name | Description |
|---|---|
| Format | Gets the format. |
Methods
| Name | Description |
|---|---|
| Read(Single[], Int32, Int32) | Reads the specified buffer. |
Events
| Name | Description |
|---|---|
| SamplesAvailable | Occurs when the stream has data samples available. |