mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-16 16:16:40 +03:00
48b1f092f4
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>