Method Read
View SourceRead(Single[], Int32, Int32)
Reads a sequence of samples from the CSCore.SampleAggregatorBase and advances the position within the stream by the number of samples read.
Declaration
public override int Read(float[] buffer, int offset, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| Single[] | buffer | An array of floats. When this method returns, the |
| Int32 | offset | The zero-based offset in the |
| Int32 | count | The maximum number of samples to read from the current source. |
Returns
| Type | Description |
|---|---|
| Int32 | The total number of samples read into the buffer. |
Overrides
CSCore.SampleAggregatorBase.Read(System.Single[], System.Int32, System.Int32)