UNPKG

shaka-player

Version:
39 lines (36 loc) 893 B
/*! @license * Shaka Player * Copyright 2016 Google LLC * SPDX-License-Identifier: Apache-2.0 */ /** * @fileoverview Generated externs for the shaka namespace type. * DO NOT EDIT! * @externs */ /** * @typedef {{ * abr: typeof shaka.abr, * ads: typeof shaka.ads, * cast: typeof shaka.cast, * cea: typeof shaka.cea, * config: typeof shaka.config, * dash: typeof shaka.dash, * drm: typeof shaka.drm, * hls: typeof shaka.hls, * lcevc: typeof shaka.lcevc, * media: typeof shaka.media, * msf: typeof shaka.msf, * net: typeof shaka.net, * offline: typeof shaka.offline, * Player: typeof shaka.Player, * polyfill: typeof shaka.polyfill, * queue: typeof shaka.queue, * text: typeof shaka.text, * transmuxer: typeof shaka.transmuxer, * ui: typeof shaka.ui, * util: typeof shaka.util, * }} * @suppress {duplicate} */ var shaka;