Method WriteStrided
View SourceWriteStrided(Single[], Int32, Int32, SignalFormat)
Writes one of the channels of the strided data to the ring buffer.
Declaration
public void WriteStrided(float[] data, int offset, int inFloatCount, SignalFormat format)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | data | The data. |
| Int32 | offset | The offset to the first value. |
| Int32 | inFloatCount | The number of the input floating point values. |
| SignalFormat | format | The format of the data. |