length property
int
get
length
The length
property of the AudioBuffer
interface returns an integer representing the length, in sample-frames, of
the PCM data
stored in the buffer.
Implementation
external int get length;