Back to Content

AudioData: numberOfFrames property

files/en-us/web/api/audiodata/numberofframes/index.md

latest451 B
Original Source

{{APIRef("WebCodecs API")}}{{AvailableInWorkers("window_and_dedicated")}}

The numberOfFrames read-only property of the {{domxref("AudioData")}} interface returns the number of frames in the AudioData object.

Value

An integer.

Examples

The below example prints the value of numberOfFrames to the console.

js
console.log(AudioData.numberOfFrames);

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}