Path: blob/main/files/en-us/web/api/audiodata/numberofframes/index.md
6580 views
------{{APIRef("WebCodecs API")}}{{SeeCompatTable}}
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.
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}