aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/audiotrack.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippy: Fix various warnings in `components/script/dom` (#31890)Rosemary Ajayi2024-03-271-4/+4
| | | | | * redundant field names in struct initialization * reduthis pattern creates a reference to a reference
* clippy: fix some warnings in components/script (#31865)Ekta Siwach2024-03-261-5/+5
|
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+4
| | | | | * strict imports formatting * Reformat all imports
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+1
|
* Add `track_list` member to AudioTrack, VideoTrack, TextTrack structsKunal Mohan2019-12-231-3/+12
| | | | | Add member to the track structs pointing at their associated tracklist and update it when the track is added or removed from a tracklist.
* Integrates media track selectionsreeise2019-09-221-2/+14
|
* Media fragment parsersreeise2019-07-221-1/+5
|
* Added AudioTrack, AudioTrackList, VideoTrack, VideoTrackList, and TrackEvent ↵sreeise2019-03-031-0/+97
interfaces