Skip to content

Commit

Permalink
Add audio-video-tracks.dist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
foolip committed Apr 16, 2024
1 parent dc5b66a commit b626dc5
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions feature-group-definitions/audio-video-tracks.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Generated from: audio-video-tracks.yml
# Do not edit this file by hand. Edit the source file instead!

name: Audio and video tracks
description: The `audioTracks` and `videoTracks` APIs for media elements switch audio and video tracks during playback.
group: media-elements
spec: https://html.spec.whatwg.org/multipage/media.html#media-resources-with-multiple-media-tracks
caniuse:
- audiotracks
- videotracks
status:
baseline: false
support:
safari: "8"
safari_ios: "8"
compat_features:
- api.AudioTrack
- api.AudioTrack.enabled
- api.AudioTrack.id
- api.AudioTrack.kind
- api.AudioTrack.label
- api.AudioTrack.language
- api.AudioTrackList
- api.AudioTrackList.addtrack_event
- api.AudioTrackList.change_event
- api.AudioTrackList.getTrackById
- api.AudioTrackList.length
- api.AudioTrackList.removetrack_event
- api.HTMLMediaElement.audioTracks
- api.HTMLMediaElement.videoTracks
- api.VideoTrack
- api.VideoTrack.id
- api.VideoTrack.kind
- api.VideoTrack.label
- api.VideoTrack.language
- api.VideoTrack.selected
- api.VideoTrackList
- api.VideoTrackList.addtrack_event
- api.VideoTrackList.change_event
- api.VideoTrackList.getTrackById
- api.VideoTrackList.length
- api.VideoTrackList.removetrack_event
- api.VideoTrackList.selectedIndex

0 comments on commit b626dc5

Please sign in to comment.