read
Description​
Reads the requested amount of samples from the buffer.
- JavaScript
- C#
- Kotlin
read(data: Float32Array, offset: number, count: number): number
double Read(Float32Array data, double offset, double count)
fun read(data: Float32Array, offset: Double, count: Double): Double
Parameter | Summary |
---|---|
dataAll | The sample array to store the read elements. |
offsetAll | The offset within the destination buffer to put the items at. |
countAll | The number of items to read from this buffer. |
Returns​
The number of items actually read from the buffer.