mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-15 16:06:41 +03:00
feat: Add preferredAudioLabel to PlayerConfiguration (#4763)
Closes [#4762](https://github.com/shaka-project/shaka-player/issues/4762). The change is to add PreferredAudioLabel to player configuration so that host apps can decide the default variant label to choose at very beginning.
This commit is contained in:
@@ -64,6 +64,7 @@ player.getConfiguration();
|
||||
playRangeEnd: Infinity
|
||||
playRangeStart: 0
|
||||
preferredAudioLanguage: ""
|
||||
preferredAudioLabel: ""
|
||||
preferredTextLanguage: ""
|
||||
restrictions: Object
|
||||
streaming: Object
|
||||
|
||||
Reference in New Issue
Block a user