| void DecodeBlock(float[] target, long from, long to)Read and decode a given number of samples.| Visibility | Public | | Modifiers | override |
Parameters| float[] target | Array to decode data into | | long from | Start position in the input array (inclusive) | | long to | End position in the input array (exclusive) |
|