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