Skip to content

Commit

Permalink
Respond to feedback.
Browse files Browse the repository at this point in the history
- Fixed typos.
- Improved description in externs.
- Added audio to default media playlist codecs.
- Renamed some demo strings.
  • Loading branch information
theodab committed Mar 30, 2022
1 parent b0e7033 commit 61c0e50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/util/player_configuration.js
Expand Up @@ -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.
Expand Down

0 comments on commit 61c0e50

Please sign in to comment.