shaka-player
Version:
DASH/EME video player library
26 lines (19 loc) • 412 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for TextTrack which are missing from the Closure
* compiler.
*
* @externs
*/
/** @type {string} */
TextTrack.prototype.id;
/** @type {string} */
TextTrack.prototype.kind;
/** @type {string} */
TextTrack.prototype.label;
/** @type {string} */
TextTrack.prototype.language;