diff --git a/AUTHORS b/AUTHORS index 8ece9ded7e..38e4de2561 100644 --- a/AUTHORS +++ b/AUTHORS @@ -34,6 +34,7 @@ Edgeware AB <*@edgeware.tv> Enson Choy Esteban Dosztal Fadomire +Fernando Neira Gerardo Meola Gil Gonen Giorgio Gamberoni diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ca741e91ff..9bccbbb364 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -51,6 +51,7 @@ Duc Pham Enson Choy Esteban Dosztal Fadomire +Fernando Neira François Beaufort Gerardo Meola Gil Gonen diff --git a/lib/util/stream_utils.js b/lib/util/stream_utils.js index bbab005b08..a9d4afb5fb 100644 --- a/lib/util/stream_utils.js +++ b/lib/util/stream_utils.js @@ -21,6 +21,7 @@ goog.requireType('shaka.media.DrmEngine'); /** * @summary A set of utility functions for dealing with Streams and Manifests. + * @export */ shaka.util.StreamUtils = class { /** @@ -321,6 +322,7 @@ shaka.util.StreamUtils = class { * This is applied separately from user restrictions because the setting * should not be easily replaced by the user's configuration. * @return {boolean} + * @export */ static meetsRestrictions(variant, restrictions, maxHwRes) { /** @type {function(number, number, number):boolean} */