| void WriteBlock(float[] samples, long from, long to)Write a block of mono or interlaced samples.| Visibility | Public | | Modifiers | override |
Parameters| float[] samples | Samples to write | | long from | Start position in the input array (inclusive) | | long to | End position in the input array (exclusive) |
|