HTML DOM Audio textTracks 属性用于返回 TextTrackList 对象。
TextTrackList 对象表示音频的可用文本轨道。每个可用的文本轨道都由一个 TextTrack 对象表示。
句法:
audioObject.textTracks
返回值:它返回一个 TextTrackList 对象,该对象表示音频的可用文本轨道。
TextioTrackList 对象是:
- length:用于获取音频中可用的文本轨道数
- [index]:用于通过索引获取TextTrack对象
例子:
HTML DOM Audio textTracks Property
GeeksforGeeks
HTML DOM Audio textTracks Property
Double-click the "Access Audio" button
to get the duration of the audio, in seconds.
输出:
点击按钮前:
点击按钮后:
支持的浏览器: DOM Audio textTracks 属性支持的浏览器
下面列出:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器