| void WriteChannelLimitedBlock(float[] samples, int channelLimit, int channels, long from, long to)Write the first selected channels of a block of mono or interlaced samples.| Visibility | Public | | Modifiers | virtual |
Parameters| float[] samples | Samples to write | | int channelLimit | Allow only this many channels to be written | | int channels | Channel count of the input array | | long from | Start position in the input array (inclusive) | | long to | End position in the input array (exclusive) |
|