shaka-player
Version:
DASH/EME video player library
18 lines (14 loc) • 354 B
JavaScript
/*! @license
* Shaka Player
* Copyright 2016 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Externs for the TrackEvent interface.
* @externs
*
* TODO: Remove once this is available from the compiler.
*/
class TrackEvent extends Event {}
/** @type {(!AudioTrack|!TextTrack|!VideoTrack)} */
TrackEvent.prototype.track;