Files
shaka-player/ui
Matthias Van Parijs 48b1f092f4 feat: Unify text track selection and visibility by allowing null to disable text. (#9048)
Related to https://github.com/shaka-project/shaka-player/issues/9035

The idea is to no longer distinguish text track selection and text
visibility.

When you want to select a text track, use `selectTextTrack` and the
visibility of the text container is handled internally. You may also
provide `null` to disable an active text track.

---------

Co-authored-by: Álvaro Velad Galván <ladvan91@hotmail.com>
2025-09-16 16:15:24 +02:00
..