![]() |
VOOZH | about |
The Audio currentTime property is used for setting or returning the current position of the audio playback. The Audio currentTime property returns the audio playback position in the form of seconds. The playback jumps to the specified position when this property is set.
Syntax:
audioObject.currentTime
audioObject.currentTime = seconds
Property Values:
The below program illustrates the Audio currentTime Property :
Example: Setting time position to 50 seconds.
Output:
Supported Browsers: The browser supported by HTML DOM Audio currentTime Property are listed below: