From 61c0e5015126490a34660f0c51d10d460bde0e6c Mon Sep 17 00:00:00 2001 From: Theodore Abshire Date: Wed, 30 Mar 2022 15:18:41 -0700 Subject: [PATCH] Respond to feedback. - Fixed typos. - Improved description in externs. - Added audio to default media playlist codecs. - Renamed some demo strings. --- lib/util/player_configuration.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/util/player_configuration.js b/lib/util/player_configuration.js index 22f9af6ce6..446d8d57a6 100644 --- a/lib/util/player_configuration.js +++ b/lib/util/player_configuration.js @@ -30,7 +30,10 @@ goog.require('shaka.util.Platform'); * @export */ shaka.util.PlayerConfiguration = class { - /** @return {shaka.extern.PlayerConfiguration} */ + /** + * @return {shaka.extern.PlayerConfiguration} + * @export + */ static createDefault() { // This is a relatively safe default in the absence of clues from the // browser. For slower connections, the default estimate may be too high.