UNPKG

shaka-player

Version:
26 lines (19 loc) 412 B
/*! @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;