×
Audio Object Properties ; seeking, Returns whether the user is currently seeking in the audio ; src, Sets or returns the value of the src attribute of an audio.
Missing: carat | Show results with:carat
The play() method starts playing the current audio. Tip: This method is often used together with the pause() method. Tip: Use the controls property to display ...
Missing: carat | Show results with:carat
People also ask
Description. The audioTracks property returns a AudioTrackList object. The AudioTrackList object represents the available audio tracks for the audio. Each ...
Missing: carat | Show results with:carat
The charAt() method returns the character at a specified index (position) in a string. The index of the first character is 0, the second 1, ... See ...
The duration property returns the length of an audio, in seconds. Note: Different browsers return different values. In the example above, Opera 18+ and Chrome ...
Missing: carat | Show results with:carat
The search() method returns the position of the first match. The match() method returns an array of matches. Regular Expression Search Methods. In JavaScript, a ...
Missing: carat | Show results with:carat
The currentSrc property returns the URL of the current audio. If no audio is set, an empty string is returned. Note: This property is read-only. Tip: Use the ...
Missing: carat | Show results with:carat
The autoplay property sets or returns whether the audio should start playing as soon as it is loaded. This property reflects the <audio> autoplay attribute.
Missing: carat | Show results with:carat
The src property sets or returns the value of the src attribute of an audio. The src attribute specifies the location (URL) of the audio file. Browser Support ...
Missing: carat | Show results with:carat
The addTextTrack() method creates and returns a new TextTrack object. The new TextTrack object is added to the list of text tracks for the audio element.
Missing: carat | Show results with:carat