![]() |
VOOZH | about |
The Audio duration property is used for returning the length of audio. The Audio duration property returns the value in seconds. Different browsers return different precision values such as safari returning up to 14 decimal places followed by Opera returning up to 9 decimal places. The Audio duration property is a read-only property. The Audio duration function returns βNaNβ if no video is set whereas if the audio is streamed and has no predefined length, it returns βInfβ (Infinity).
Syntax:
audioObject.duration
Below program illustrates the Audio duration Property:
Example: Getting the length of audio.
Output:
Supported Browsers: The browser is supported by HTML | DOM Audio duration Property are listed below: