HTML Audio/Video DOM Reference
Get the length of the current video:
The duration property returns the length of the current audio/video, in seconds.
If no audio/video is set, NaN (Not-a-Number) is returned.
![]()
The duration property is supported in all major browsers.
Note: This property is not supported in Internet Explorer 8 and earlier.
| Return Value: | A Number, representing the length of the video, in seconds |
|---|
HTML Audio/Video DOM Reference
Your message has been sent to W3Schools.