shaka-player
Version:
DASH/EME video player library
17 lines (13 loc) • 291 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for Shaka MediaCapabilities which were missing in the
* Closure compiler.
*
* @externs
*/
/** @type {MediaCapabilities} */
window.shakaMediaCapabilities;