data property
dynamic
data
getter/setter pair
The AudioData the demuxer was able to extract. If this property is present it will contain a playable audio buffer.
Implementation
external dynamic /* undefined | { audioBuffer: ArrayBuffer } */ data;