在线手册

  • prop audio defaultplaybackrate

    ... it yourself » Definition and Usage The defaultPlaybackRate property sets or returns the default playback speed of the audio. Setting this property will only change the default playback speed, not the current. To change the current ...

  • prop audio duration

    ... be: 1.515102 Try it yourself » Definition and Usage 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 returns " ...

  • prop audio mediagroup

    ... Usage The mediaGroup property sets or returns the name of the media group the audio is a part of. A media group allow 2 or more <audio> elements to be kept synchronized. Browser Support The mediaGroup property is supported ...

  • prop audio audiotracks

    ... 。 浏览器支持 所有主流浏览器都不支持 audioTracks 属性。 语法 audioObject.audioTracks 返回值 类型 描述 AudioTrackList 对象 表示audio的可用音频轨道。 AudioTrackList 对象: audioTracks.length - 获取可用的音频轨道数 audioTracks.getTrackById(id) - 通过 id 获取 ...

  • prop audio ended

    ... and Usage The ended property returns whether the playback of the audio has ended. An audio has ended when the playback position is at the end of the audio. Note: This property is read-only. Browser Support The ended property ...

  • prop audio error

    ... property returns a MediaError object. The MediaError object has a code property containing the error state of the audio. Note: This property is read-only. Browser Support The error property is only supported in Internet Explorer ...

  • prop audio playbackrate

    ... raquo; Definition and Usage The playbackRate property sets or returns the current playback speed of the audio. Browser Support The playbackRate property is supported in all major browsers. Note: The playbackRate property is ...

  • prop audio paused

    ... of x could be: true Try it yourself » Definition and Usage The paused property returns whether the audio is paused. Note: This property is read-only. Browser Support The paused property is supported in all major ...

  • prop audio seeking

    ... and Usage The seeking property returns if the user is currently seeking in the audio. Seeking is when you move/skip to a new position in the audio. Note: This property is read-only. Browser Support The seeking property is supported ...

  • prop audio texttracks

    ... TextTrackList object represents the available text tracks for the audio. Each available text track is represented by an TextTrack ... length - get the number of text tracks available in the audio [index] - get TextTrack object by index Note: The ...

推广服务(新)
最新文章