UNPKG

shaka-player

Version:
23 lines (17 loc) 359 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;