| void ReadBlock(float[][] samples, long from, long to)Read a block of samples to a multichannel array.Visibility | Public | Modifiers | override |
Parametersfloat[][] samples | Input array ([channel][sample]) | long from | Start position in the input array (inclusive) | long to | End position in the input array (exclusive) |
|