SYMBOL INDEX (6733 symbols across 52 files) FILE: docs/plugins/example/examplePlugin.ts class ExamplePlugin (line 3) | class ExamplePlugin { method constructor (line 22) | constructor(app: any, store: any) { method onReady (line 31) | onReady(win: any): void { method onBeforeQuit (line 39) | onBeforeQuit(): void { method onPlaybackStateDidChange (line 47) | onPlaybackStateDidChange(attributes: object): void { method onNowPlayingItemDidChange (line 56) | onNowPlayingItemDidChange(attributes: object): void { FILE: docs/plugins/sendSongToTitlebar.ts class sendSongToTitlebar (line 1) | class sendSongToTitlebar { method constructor (line 14) | constructor() {} method onReady (line 18) | onReady(win: any): void { method onBeforeQuit (line 24) | onBeforeQuit(): void {} method onPlaybackStateDidChange (line 29) | onPlaybackStateDidChange(attributes: any): void { method onNowPlayingItemDidChange (line 36) | onNowPlayingItemDidChange(attributes: object): void {} FILE: resources/macPackager.cjs class MacPackager (line 21) | class MacPackager extends platformPackager_1.PlatformPackager { method constructor (line 22) | constructor(info) { method defaultTarget (line 50) | get defaultTarget() { method prepareAppInfo (line 54) | prepareAppInfo(appInfo) { method getIconPath (line 57) | async getIconPath() { method createTargets (line 60) | createTargets(targets, mapper) { method doPack (line 84) | async doPack(outDir, appOutDir, platformName, arch, platformSpecificBu... method pack (line 133) | async pack(outDir, arch, targets, taskManager) { method sign (line 166) | async sign(appPath, outDir, masOptions, arch) { method adjustSignOptions (line 296) | async adjustSignOptions(signOptions, masOptions) { method doSign (line 326) | async doSign(opts) { method doFlat (line 330) | async doFlat(appPath, outFile, identity, keychain) { method getElectronSrcDir (line 338) | getElectronSrcDir(dist) { method getElectronDestinationDir (line 341) | getElectronDestinationDir(appOutDir) { method applyCommonInfo (line 345) | async applyCommonInfo(appPlist, contentsPath) { method signApp (line 380) | async signApp(packContext, isAsar) { function getCertificateTypes (line 402) | function getCertificateTypes(isMas, isDevelopment) { FILE: src/ciderkit/public.js method mkv3 (line 4) | async mkv3(route, body, options) { FILE: src/main/base/app.ts class AppEvents (line 15) | class AppEvents { method constructor (line 22) | constructor() { method start (line 30) | private start(): void { method quit (line 121) | public quit() { method ready (line 125) | public ready(plug: any) { method bwCreated (line 132) | public bwCreated() { method LinkHandler (line 166) | private LinkHandler(arg: string) { method InstanceHandler (line 231) | private InstanceHandler() { method InitTray (line 265) | private InitTray() { method setTray (line 325) | private setTray(visible: boolean = utils.getWindow().isVisible()) { method initLogging (line 411) | private static initLogging() { method setLoginSettings (line 433) | private static setLoginSettings() { FILE: src/main/base/browserwindow.ts class BrowserWindow (line 26) | class BrowserWindow { method StartWatcher (line 350) | StartWatcher(path: string) { method StopWatcher (line 388) | async StopWatcher() { method createWindow (line 398) | async createWindow(): Promise { method verifyFiles (line 477) | private static verifyFiles(): void { method startWebServer (line 496) | private startWebServer(): void { method startSession (line 688) | private startSession(): void { method startHandlers (line 759) | private startHandlers(): void { method getIP (line 1642) | private static getIP(): string { method broadcastRemote (line 1668) | private async broadcastRemote() { FILE: src/main/base/castcontroller.ts class CiderCastController (line 7) | class CiderCastController extends RequestResponseController { method constructor (line 8) | constructor(client: string, sourceId: string, destinationId: string) { method sendIp (line 17) | sendIp(ip: string) { method kill (line 25) | kill() { FILE: src/main/base/castreceiver.ts class CiderReceiver (line 8) | class CiderReceiver extends Application { method constructor (line 13) | constructor(_client: unknown, _session: unknown) { method getStatus (line 29) | getStatus(callback: unknown) { method load (line 33) | load(media: unknown, options: unknown, callback: unknown) { method play (line 37) | play(callback: unknown) { method pause (line 41) | pause(callback: unknown) { method stop (line 45) | stop(callback: unknown) { method seek (line 49) | seek(currentTime: unknown, callback: unknown) { method queueLoad (line 53) | queueLoad(items: unknown, options: unknown, callback: unknown) { method queueInsert (line 57) | queueInsert(items: unknown, options: unknown, callback: unknown) { method queueRemove (line 61) | queueRemove(itemIds: unknown, options: unknown, callback: unknown) { method queueReorder (line 65) | queueReorder(itemIds: unknown, options: unknown, callback: unknown) { method queueUpdate (line 69) | queueUpdate(items: unknown, callback: unknown) { method sendIp (line 73) | sendIp(opts: unknown) { method kill (line 77) | kill(opts: unknown) { FILE: src/main/base/plugins.ts class Plugins (line 19) | class Plugins { method constructor (line 25) | constructor() { method getPluginFromMap (line 29) | public static getPluginFromMap(plugin: string): any { method getPlugins (line 37) | public getPlugins(): any { method callPlugins (line 104) | public callPlugins(event: string, ...args: any[]) { method callPlugin (line 117) | public callPlugin(plugin: string, event: string, ...args: any[]) { FILE: src/main/base/store.ts class Store (line 5) | class Store { method constructor (line 242) | constructor() { method pushToCloud (line 254) | static pushToCloud(): void { method ipcHandler (line 316) | private ipcHandler(): void { FILE: src/main/base/utils.ts class utils (line 10) | class utils { method getPath (line 56) | static getPath(name: string): string { method getApp (line 64) | static getApp(): Electron.App { method getIPCMain (line 71) | static getIPCMain(): Electron.IpcMain { method getExpress (line 79) | static getExpress(): any { method fetch (line 87) | static async fetch(url: string, opts: object = {}) { method initializeTranslations (line 106) | static async initializeTranslations() { method getLocale (line 119) | static getLocale(language: string, key?: string): string | object { method getStoreValue (line 140) | static getStoreValue(key: string): any { method getStore (line 148) | static getStore(): Object { method getStoreInstance (line 156) | static getStoreInstance(): ElectronStore { method setStoreValue (line 165) | static setStoreValue(key: string, value: any): void { method pushStoreToConnect (line 173) | static pushStoreToConnect(): Function { method getWindow (line 180) | static getWindow(): Electron.BrowserWindow { method loadPluginFrontend (line 188) | static loadPluginFrontend(path: string): void {} method loadJSFrontend (line 190) | static loadJSFrontend(path: string): void { FILE: src/main/base/wsapi.ts type standardResponse (line 4) | interface standardResponse { class wsapi (line 11) | class wsapi { method constructor (line 18) | constructor(win: any) { method createId (line 22) | createId() { method InitWebSockets (line 31) | public async InitWebSockets() { method sendToClient (line 287) | sendToClient(_id: any) { method updatePlaybackState (line 291) | updatePlaybackState(attr: any) { method returnMusicKitApi (line 303) | returnMusicKitApi(results: any, method: any) { method returnDynamic (line 315) | returnDynamic(results: any, type: any) { method returnLyrics (line 327) | returnLyrics(results: any) { method returnSearch (line 339) | returnSearch(results: any) { method returnSearchLibrary (line 351) | returnSearchLibrary(results: any) { method returnQueue (line 363) | returnQueue(queue: any) { method returnmaxVolume (line 375) | returnmaxVolume(vol: any) { method returnLibraryStatus (line 387) | returnLibraryStatus(inLibrary: boolean, rating: number) { method returnRatingStatus (line 402) | returnRatingStatus(kind: string, id: string, rating: number) { method returnLibraryChange (line 414) | returnLibraryChange(kind: string, id: string, shouldAdd: boolean) { FILE: src/main/plugins/chromecast.ts class ChromecastPlugin (line 10) | class ChromecastPlugin { method searchForGCDevices (line 41) | private async searchForGCDevices() { method getServiceDescription (line 89) | private getServiceDescription(url: any, address: any) { method ondeviceup (line 97) | private ondeviceup(host: any, name: any, location: any, type: any) { method parseServiceDescription (line 118) | private async parseServiceDescription(body: any, address: any, url: an... method loadMedia (line 134) | private loadMedia(client: any, song: any, artist: any, album: any, alb... method getIp (line 195) | private getIp() { method stream (line 217) | private stream(device: any, song: any, artist: any, album: any, albuma... method setupGCServer (line 282) | private async setupGCServer() { method constructor (line 297) | constructor(utils: { getApp: () => any; getStore: () => any }) { method onReady (line 305) | onReady(win: any): void { method onBeforeQuit (line 342) | onBeforeQuit(): void { } method onNowPlayingItemDidChange (line 348) | onNowPlayingItemDidChange(attributes: any): void { } method onRendererReady (line 350) | onRendererReady(): void { FILE: src/main/plugins/discordrpc.ts class DiscordRPC (line 5) | class DiscordRPC { method constructor (line 42) | constructor(utils: any) { method onReady (line 50) | onReady(_win: any): void { method onRendererReady (line 58) | onRendererReady() { method onBeforeQuit (line 112) | onBeforeQuit(): void { method onPlaybackStateDidChange (line 120) | onPlaybackStateDidChange(attributes: object): void { method playbackTimeDidChange (line 129) | playbackTimeDidChange(attributes: object): void { method connect (line 142) | private connect() { method setActivity (line 175) | private setActivity(attributes: any) { method filterActivity (line 213) | private filterActivity(activity: any, attributes: any): Object { FILE: src/main/plugins/lastfm.ts class lastfm (line 4) | class lastfm { method constructor (line 29) | constructor(utils: any) { method onReady (line 33) | onReady(_win: Electron.BrowserWindow): void { method onRendererReady (line 37) | onRendererReady(): void { method initializeLastFM (line 77) | private initializeLastFM(token: string, api: { key: string; secret: st... method authenticateLastFM (line 97) | private authenticateLastFM(token: string): void { method verifyTrack (line 118) | private verifyTrack(attributes: any, callback: Function): void { method scrobbleTrack (line 167) | private scrobbleTrack(attributes: any): void { method updateNowPlayingTrack (line 207) | private updateNowPlayingTrack(attributes: any): void { FILE: src/main/plugins/menubar.ts class Thumbar (line 4) | class Thumbar { method constructor (line 30) | constructor(_utils: utils) { method onReady (line 37) | onReady(_win: Electron.BrowserWindow): void { method onBeforeQuit (line 312) | onBeforeQuit(): void { method onPlaybackStateDidChange (line 320) | onPlaybackStateDidChange(attributes: object): void {} method onNowPlayingItemDidChange (line 326) | onNowPlayingItemDidChange(attributes: object): void {} FILE: src/main/plugins/mpris.ts class mpris (line 3) | class mpris { method constructor (line 27) | constructor(utils: any) { method linuxOnly (line 37) | private static linuxOnly(_target: any, _propertyKey: string, descripto... method connect (line 48) | private static connect() { method updateMetaData (line 113) | private static updateMetaData(attributes: any) { method clearState (line 133) | private static clearState() { method onReady (line 147) | onReady(_: any): void { method onRendererReady (line 155) | onRendererReady(): void { method onBeforeQuit (line 163) | onBeforeQuit(): void { method onPlaybackStateDidChange (line 173) | onPlaybackStateDidChange(attributes: any): void { method playbackTimeDidChange (line 182) | playbackTimeDidChange(attributes: object): void { FILE: src/main/plugins/playbackNotifications.ts class playbackNotifications (line 7) | class playbackNotifications { method createNotification (line 26) | createNotification(a: any): void { method constructor (line 83) | constructor(utils: any) { FILE: src/main/plugins/raop.ts class RAOP (line 7) | class RAOP { method ondeviceup (line 85) | private ondeviceup(name: any, host: any, port: any, addresses: any, te... method constructor (line 152) | constructor(utils: { getStore: () => any; getApp: () => any }) { method onReady (line 161) | async onReady(win: any): Promise { method disconnectAirplay (line 382) | private disconnectAirplay(identifier: any = "") { method onBeforeQuit (line 459) | onBeforeQuit(): void {} method onNowPlayingItemDidChange (line 465) | onNowPlayingItemDidChange(attributes: any): void { method onPlaybackStateDidChange (line 486) | onPlaybackStateDidChange(attributes: any): void { method playbackTimeDidChange (line 503) | playbackTimeDidChange(attributes: any): void { FILE: src/main/plugins/thumbar.ts class Thumbar (line 5) | class Thumbar { method windowsOnly (line 39) | private static windowsOnly(_target: any, _propertyKey: string, descrip... method updateButtons (line 50) | private updateButtons(attributes: any) { method constructor (line 95) | constructor(a: { getApp: () => any }) { method onReady (line 104) | onReady(win: Electron.BrowserWindow): void { method onBeforeQuit (line 113) | onBeforeQuit(): void { method onPlaybackStateDidChange (line 122) | onPlaybackStateDidChange(attributes: object): void { method onNowPlayingItemDidChange (line 131) | onNowPlayingItemDidChange(attributes: object): void { FILE: src/main/plugins/webNowPlaying.ts class WebNowPlaying (line 25) | class WebNowPlaying { method constructor (line 39) | constructor() { method windowsOnly (line 48) | private static windowsOnly(_target: any, _propertyKey: string, descrip... method sendSongInfo (line 54) | private sendSongInfo(attributes: any) { method fireEvent (line 103) | private fireEvent(evt: WebSocket.MessageEvent) { method onReady (line 159) | public onReady(win: any) { method onBeforeQuit (line 215) | public onBeforeQuit() { method onPlaybackStateDidChange (line 232) | public onPlaybackStateDidChange(attributes: any) { method onNowPlayingItemDidChange (line 241) | public onNowPlayingItemDidChange(attributes: any) { FILE: src/main/providers/local/index.ts class LocalFiles (line 9) | class LocalFiles { method getDataType (line 15) | static getDataType(item_id: String | any) { method scanLibrary (line 36) | static async scanLibrary() { method getFiles (line 130) | static async getFiles(dir: string): Promise { method setupHandlers (line 171) | static setupHandlers() { FILE: src/preload/cider-preload.js method sleep (line 95) | sleep(ms) { method fetchSongRelationships (line 101) | async fetchSongRelationships({ id = this.getAttributes().songId, relatio... FILE: src/renderer/apple-hls-old.js class d (line 8) | class d { method constructor (line 9) | constructor() { method uint8ArrayToUint32Array_ (line 12) | uint8ArrayToUint32Array_(e) { method initTable (line 19) | initTable() { method expandKey (line 47) | expandKey(e) { method networkToHostOrderSwap (line 72) | networkToHostOrderSwap(e) { method decrypt (line 75) | decrypt(e, t, i) { method destroy (line 99) | destroy() { class i (line 103) | class i { method constructor (line 104) | constructor(e, t) { class p (line 132) | class p extends Error { method constructor (line 133) | constructor(e, t, i, r, n) { class R (line 137) | class R extends p { method constructor (line 138) | constructor(e, t, i, r, n) { class V (line 440) | class V extends p { method constructor (line 441) | constructor(e, t, i) { class D (line 445) | class D extends p { method constructor (line 446) | constructor(e, t, i) { class F (line 450) | class F extends p { method constructor (line 451) | constructor(e, t, i, r) { function S (line 456) | function S(e) { function B (line 460) | function B(e, t) { function g (line 467) | function g(e, t) { function y (line 471) | function y(e, t) { function b (line 475) | function b(e, t) { method constructor (line 479) | constructor() { method _on (line 482) | _on(e, t, i = !1) { method _off (line 485) | _off(e, t) { method on (line 488) | on(e, t) { method off (line 494) | off(e, t) { method addListener (line 499) | addListener(e, t) { method once (line 502) | once(e, t) { method removeListener (line 508) | removeListener(e, t) { method removeAllListeners (line 511) | removeAllListeners(e) { method setMaxListeners (line 514) | setMaxListeners(e) { method getMaxListeners (line 517) | getMaxListeners() { method listeners (line 520) | listeners(e) { method rawListeners (line 523) | rawListeners(e) { method emit (line 526) | emit(e, ...t) { method listenerCount (line 537) | listenerCount(e) { method prependListener (line 540) | prependListener(e, t) { method prependOnceListener (line 546) | prependOnceListener(e, t) { method eventNames (line 552) | eventNames() { class a (line 556) | class a extends t { method trigger (line 557) | trigger(e, t) { function E (line 562) | function E(e, t, i, r, n) { class u (line 579) | class u { method constructor (line 580) | constructor(e, t, i, r, n) { method probe (line 583) | static probe(e, t) { method resetTimeStamp (line 586) | resetTimeStamp(e) {} method resetInitSegment (line 587) | resetInitSegment(e, t, i, r) {} method destroy (line 588) | destroy() {} class c (line 590) | class c extends u { method constructor (line 591) | constructor(e, t, i, r, n) { class h (line 595) | class h { method constructor (line 596) | constructor(e, t, i) { method resetInitSegment (line 599) | resetInitSegment() {} method resetTimeStamp (line 600) | resetTimeStamp(e) {} method destroy (line 601) | destroy() {} method strToUtf8array (line 609) | strToUtf8array(e) { method strToUtf8array (line 616) | strToUtf8array(e) { class C (line 628) | class C { method constructor (line 629) | constructor(e, t) { method isHeader (line 646) | static isHeader(e, t) { method readSynchSafeUint32 (line 649) | static readSynchSafeUint32(e) { method readUTF (line 652) | static readUTF(e, t, i) { method isID3Frame (line 658) | isID3Frame(e, t) { method decodeID3Frame (line 661) | decodeID3Frame(e) { method decodeTxxxFrame (line 667) | decodeTxxxFrame(e) { method decodeWxxxFrame (line 678) | decodeWxxxFrame(e) { method decodeTextFrame (line 689) | decodeTextFrame(e) { method decodePrivFrame (line 698) | decodePrivFrame(e) { method _extractID3Frame (line 708) | _extractID3Frame(e, t, i, r, n) { method _parseID3Frames (line 716) | _parseID3Frames(e, t, i) { method id3utf8ArrayToStr (line 737) | id3utf8ArrayToStr(e) { method hasTimeStamp (line 764) | get hasTimeStamp() { method timeStamp (line 767) | get timeStamp() { method audioType (line 770) | get audioType() { method length (line 773) | get length() { method payload (line 776) | get payload() { method frames (line 779) | get frames() { method minor (line 782) | get minor() { method revision (line 785) | get revision() { class K (line 793) | class K extends c { method resetInitSegment (line 794) | resetInitSegment(e, t) { method probe (line 797) | static probe(e, t) { method append (line 803) | append(e, t, i, r, n) { class q (line 864) | class q { method bsReadAndUpdate (line 865) | bsReadAndUpdate(e, t, i) { method bsWriteAndUpdate (line 869) | bsWriteAndUpdate(e, t, i, r) { method bsSkip (line 873) | bsSkip(e, t) { method readBits (line 876) | readBits(i, r, n) { method writeBits (line 902) | writeBits(t, i, r, n) { method updateOffset (line 920) | updateOffset(e, t) { function H (line 926) | function H(e, t) { function j (line 930) | function j(e, t, i, r) { function Q (line 953) | function Q(e, t, i) { class z (line 962) | class z extends c { method resetInitSegment (line 963) | resetInitSegment(e, t) { method probe (line 966) | static probe(e, t) { method append (line 974) | append(e, t, i, r, n) { class J (line 1155) | class J extends c { method resetInitSegment (line 1156) | resetInitSegment(e, t) { method probe (line 1159) | static probe(e, t) { method append (line 1167) | append(e, t, i, r, n) { class ie (line 1310) | class ie extends c { method resetInitSegment (line 1311) | resetInitSegment(e, t) { method probe (line 1314) | static probe(e, t) { method append (line 1322) | append(e, t, i, r, n) { function re (line 1359) | function re(e, t) { function ne (line 1375) | function ne(e) { function se (line 1379) | function se(e, t) { function ae (line 1383) | function ae(e, i = 3) { function le (line 1388) | function le(e) { function de (line 1392) | function de(e) { function ue (line 1402) | function ue(e) { function ce (line 1408) | function ce(e) { class pe (line 1414) | class pe { method init (line 1415) | static init() { method set16 (line 1487) | static set16(e, t, i) { method set32 (line 1490) | static set32(e, t, i) { method box (line 1493) | static box(e) { method hdlr (line 1502) | static hdlr(e) { method mdat (line 1505) | static mdat(e) { method mdhd (line 1508) | static mdhd(e, t) { method mdia (line 1514) | static mdia(e) { method mfhd (line 1520) | static mfhd(e) { method minf (line 1523) | static minf(e) { method moof (line 1526) | static moof(e, t) { method moov (line 1531) | static moov(e) { method mvex (line 1537) | static mvex(e) { method mvhd (line 1543) | static mvhd(e, t) { method sdtp (line 1550) | static sdtp(e) { method stbl (line 1557) | static stbl(e) { method avc1 (line 1565) | static avc1(e) { method esds (line 1579) | static esds(e) { method audioStsd (line 1583) | static audioStsd(e) { method dac3 (line 1587) | static dac3(e) { method dec3 (line 1591) | static dec3(e) { method mp4a (line 1594) | static mp4a(e, t) { method mp3 (line 1601) | static mp3(e) { method ac3 (line 1604) | static ac3(e, t) { method ec3 (line 1609) | static ec3(e, t) { method stsd (line 1614) | static stsd(e) { method tkhd (line 1622) | static tkhd(e) { method traf (line 1631) | static traf(e, t) { method trak (line 1644) | static trak(e) { method trex (line 1652) | static trex(e) { method trun (line 1656) | static trun(e, t) { method initSegment (line 1665) | static initSegment(e) { method saio (line 1671) | static saio(e) { method saiz (line 1675) | static saiz(e, t) { method senc (line 1681) | static senc(e) { method sinf (line 1715) | static sinf(e, t, i) { method frma (line 1718) | static frma(e) { method schm (line 1721) | static schm() { method schi (line 1724) | static schi(e, t) { method tenc (line 1727) | static tenc(e, t) { method sbgp (line 1734) | static sbgp(e) { method sgpd (line 1739) | static sgpd(e) { method pssh (line 1748) | static pssh(e, t, i) { method isDolbyAtmos (line 1778) | isDolbyAtmos(e, t) { method isAAC (line 1782) | isAAC(e) { method isMP3 (line 1785) | isMP3(e) { method isCompatibleCodecString (line 1801) | isCompatibleCodecString(e, t) { method getSegmentCodec (line 1816) | getSegmentCodec(e) { method getChannelCount (line 1827) | getChannelCount(e) { method avc1toavcoti (line 1832) | avc1toavcoti(e) { method getDynamicRangeType (line 1838) | getDynamicRangeType(e, t) { method getCompressionType (line 1842) | getCompressionType(e) { method isHigherCodecByFamily (line 1846) | isHigherCodecByFamily(e, t) { class Te (line 1869) | class Te { method getTrack (line 1870) | static getTrack(e, t, i, r, n) { method getSample (line 1905) | static getSample(e, t) { method getSegment (line 1918) | static getSegment(e, i, r, n) { class Ee (line 1967) | class Ee extends h { method constructor (line 1968) | constructor(e, t, i, r, n) { method resetTimeStamp (line 1975) | resetTimeStamp(e) { method resetInitSegment (line 1978) | resetInitSegment() { method remuxEsTracks (line 1981) | remuxEsTracks(r, n, s, a, o, l, d, u, c, h) { method updateInitPTSDTS (line 2067) | updateInitPTSDTS(e, t, i) { method generateIS (line 2089) | generateIS(e, t) { method remuxVideo (line 2134) | remuxVideo(n, e, s, a, o) { method remuxAudio (line 2263) | remuxAudio(r, i, n, e, s) { method remuxEmptyAudio (line 2400) | remuxEmptyAudio(t, e, i, r, n, s) { method remuxID3 (line 2422) | remuxID3(t, e) { method remuxText (line 2432) | remuxText(t, e) { function Ie (line 2447) | function Ie(e, t) { function we (line 2455) | function we(e) { function Ae (line 2463) | function Ae(e, t, i) { function t (line 2513) | function t(e) { function De (line 2546) | function De(s) { function Me (line 2592) | function Me(e, t, i, r) { function xe (line 2638) | function xe(e, t, i, r) { function Pe (line 2645) | function Pe(i, r, n) { function Re (line 2655) | function Re(e) { function Le (line 2667) | function Le() { function _e (line 2671) | function _e(e) { function Ne (line 2675) | function Ne() {} function Fe (line 2677) | function Fe() { function Be (line 2681) | function Be() { function $e (line 2686) | function $e(e = {}) { function Ke (line 2722) | function Ke(e, t) { function qe (line 2727) | function qe(r, n, e) { function He (line 2753) | function He(e) { function je (line 2757) | function je(e, t = 1 / 0) { method readUint16 (line 2772) | readUint16(e, t) { method readUint32 (line 2777) | readUint32(e, t) { method writeUint32 (line 2781) | writeUint32(e, t, i) { method readUint64 (line 2784) | readUint64(e, t) { method writeUint64 (line 2788) | writeUint64(e, t, i) { method findBox (line 2794) | findBox(e, t) { method findBoxWithOffset (line 2800) | findBoxWithOffset(e, t, i, r) { class ze (line 2820) | class ze extends h { method constructor (line 2821) | constructor(e, t, i, r, n) { method _isCommonEncryptionInternal (line 2824) | static _isCommonEncryptionInternal(e) { method remuxInitSegment (line 2827) | static remuxInitSegment(c, h, p, f) { method remuxCbc2InitSegment (line 2893) | static remuxCbc2InitSegment(i, r, n) { method remuxOverflowSegment (line 2911) | static remuxOverflowSegment(i, e) { method remuxOverflowMoof (line 2934) | static remuxOverflowMoof(e) { method remuxOverflowTraf (line 2966) | static remuxOverflowTraf(e) { method remuxText (line 2975) | remuxText(e, t) { method remuxIFrame (line 2980) | remuxIFrame(e, t, i, r, n) { method remuxEmsgAndRawData (line 3004) | remuxEmsgAndRawData(e, t, i, r, n, s, a, o, l, d) { method remuxID3 (line 3020) | remuxID3(t, e) { class Ze (line 3035) | class Ze extends u { method constructor (line 3036) | constructor(e, t, i, r, n) { method resetTimeStamp (line 3039) | resetTimeStamp(e) { method isHEVCFlavor (line 3048) | static isHEVCFlavor(e) { method resetInitSegment (line 3054) | resetInitSegment(t, i, r) { method probe (line 3104) | static probe(e, t) { method parseHvcC (line 3107) | static parseHvcC(e) { method hvcCToCodecString (line 3119) | static hvcCToCodecString(t, i) { method parseDvcC (line 3131) | static parseDvcC(e) { method dvcCToCodecString (line 3140) | static dvcCToCodecString(e, t) { method parseVpcC (line 3143) | static parseVpcC(e) { method vpcCToCodecString (line 3151) | static vpcCToCodecString(e, t) { method checkAndAddLeadingZero (line 3154) | static checkAndAddLeadingZero(e) { method parseInitSegment (line 3157) | static parseInitSegment(e) { method parseStsd (line 3228) | static parseStsd(e) { method has32BitTfdts (line 3290) | static has32BitTfdts(e) { method getStartDtsTs (line 3297) | static getStartDtsTs(r, e) { method offsetStartDTS (line 3319) | static offsetStartDTS(r, e, l, n) { method writeStartDTS (line 3347) | static writeStartDTS(i, e, s) { method parseSAIO (line 3362) | static parseSAIO(e) { method parseSAIZ (line 3370) | static parseSAIZ(e) { method parseSubsample (line 3375) | static parseSubsample(e, t) { method isSEIMessage (line 3388) | static isSEIMessage(e, t) { method parseCLCPSample (line 3391) | static parseCLCPSample(e, t, i) { method parseSamples (line 3411) | static parseSamples(e, S, b, T, E, I) { method parseEmsg (line 3531) | static parseEmsg(e) { method extractID3PayloadCreateID3Track (line 3563) | static extractID3PayloadCreateID3Track(e, t, i, r) { method append (line 3599) | append(e, t, i, r, n, s, a) { method extractSEICaptionsFromNALu (line 3656) | static extractSEICaptionsFromNALu(a, o) { class tt (line 3712) | class tt { method constructor (line 3713) | constructor(e, t) { method bytesAvailable (line 3716) | get bytesAvailable() { method loadWord (line 3719) | loadWord() { method skipBits (line 3728) | skipBits(e) { method readBits (line 3732) | readBits(e) { method skipLZ (line 3737) | skipLZ() { method skipUEG (line 3743) | skipUEG() { method skipEG (line 3746) | skipEG() { method readUEG (line 3749) | readUEG() { method readEG (line 3753) | readEG() { method readBoolean (line 3757) | readBoolean() { method readUByte (line 3760) | readUByte() { method readUShort (line 3763) | readUShort() { method readUInt (line 3766) | readUInt() { method skipScalingList (line 3769) | skipScalingList(e) { method readSPS (line 3774) | readSPS() { method readSliceType (line 3863) | readSliceType() { method constructor (line 3871) | constructor(e, t, i, r, n) { method probe (line 3874) | static probe(e, t) { method resetInitSegment (line 3877) | resetInitSegment(e, t, i) { method append (line 3916) | append(e, t, i, r, n, s, a) { method destroy (line 4021) | destroy() { method _parsePAT (line 4024) | _parsePAT(e, t) { method _parsePMT (line 4027) | _parsePMT(e, t, i) { method _parsePES (line 4076) | _parsePES(e) { method pushAccesUnit (line 4111) | pushAccesUnit(e, t) { method _parseAVCPES (line 4125) | _parseAVCPES(o, e) { method _createAVCSample (line 4200) | _createAVCSample(e, t, i, r) { method _insertSampleInOrder (line 4210) | _insertSampleInOrder(t, i) { method _getLastNalUnit (line 4222) | _getLastNalUnit() { method _parseAVCNALu (line 4235) | _parseAVCNALu(e) { method discardEPB (line 4277) | discardEPB(e) { method _parseAACPES (line 4289) | _parseAACPES(e) { method _parseMPEGPES (line 4327) | _parseMPEGPES(e) { method _parseDolbyPES (line 4330) | _parseDolbyPES(e) { class st (line 4375) | class st extends a { method constructor (line 4376) | constructor(e, t, i, r) { method destroy (line 4379) | destroy() { method push (line 4385) | push(t, i, r, n, s, a, o, l, d, u, c, h) { function at (line 4436) | function at() { class ot (line 4440) | class ot { method constructor (line 4441) | constructor(e, t) { class lt (line 4457) | class lt { method constructor (line 4458) | constructor(e) { method register (line 4476) | register(e, t) { method unregister (line 4480) | unregister(e) { method invoke (line 4484) | invoke(i, r, n) { method teardown (line 4497) | teardown(e) { method _respond (line 4500) | _respond(e, t, i, r, n) { method _send (line 4511) | _send(e, t = []) { function ut (line 4544) | function ut(e, t) { function ht (line 4560) | function ht(e, t, i, r) { function pt (line 4569) | function pt(e, t) { function ft (line 4573) | function ft(e) { function mt (line 4589) | function mt(e, t) { function gt (line 4611) | function gt() { function yt (line 4616) | function yt(e) { method useDeprecatedSynchronousErrorHandling (line 4622) | set useDeprecatedSynchronousErrorHandling(e) { method useDeprecatedSynchronousErrorHandling (line 4625) | get useDeprecatedSynchronousErrorHandling() { function bt (line 4630) | function bt(e) { function It (line 4648) | function It(e) { function Ot (line 4711) | function Ot(e) { function kt (line 4715) | function kt(e) { function Ct (line 4721) | function Ct(e) { function Lt (line 4789) | function Lt(e, t, i, r) { function _t (line 4796) | function _t(e, t, i) { function Ft (line 4818) | function Ft(e) { function Bt (line 4822) | function Bt() { function Ut (line 4827) | function Ut(t) { function Vt (line 4900) | function Vt(e) { function Kt (line 4904) | function Kt(e) { function Jt (line 4960) | function Jt(e, t) { function Zt (line 4965) | function Zt() { function ei (line 4970) | function ei(e) { function ti (line 4975) | function ti(e, t) { function ii (line 4980) | function ii() { function ri (line 4984) | function ri() { function wi (line 5136) | function wi() { function Ai (line 5140) | function Ai(e, t) { function Oi (line 5148) | function Oi(e, t) { function ki (line 5152) | function ki(e, t) { function Ci (line 5157) | function Ci(e, t) { function Di (line 5162) | function Di(e, t) { function Mi (line 5166) | function Mi(e) { function xi (line 5171) | function xi(e, t) { function Pi (line 5176) | function Pi(e, t) { function Ri (line 5181) | function Ri(e, t) { function Li (line 5186) | function Li(e) { function _i (line 5190) | function _i(e) { function Ni (line 5199) | function Ni(e) { function Bi (line 5209) | function Bi(r, n) { function Ui (line 5219) | function Ui(e, t) { function $i (line 5223) | function $i() { function Vi (line 5229) | function Vi(t, i) { function Ki (line 5240) | function Ki(e) { function Hi (line 5282) | function Hi(e, t, i) { function ji (line 5286) | function ji(t, i) { function rr (line 5348) | function rr() { function nr (line 5353) | function nr(e, t, i) { function sr (line 5359) | function sr(e, t, i) { function ar (line 5365) | function ar(e, t) { function or (line 5369) | function or() {} function ur (line 5373) | function ur() { function cr (line 5377) | function cr() { function hr (line 5381) | function hr(t, i) { function br (line 5414) | function br(e, t, i) { function Tr (line 5419) | function Tr() { function Er (line 5423) | function Er(e, t, i) { function Ir (line 5428) | function Ir(e, t) { function Or (line 5436) | function Or(e) { function Cr (line 5478) | function Cr(e, t, i, r, n) { function Mr (line 5483) | function Mr() { function Lr (line 5522) | function Lr(e, t) { function _r (line 5527) | function _r(e) { function Nr (line 5531) | function Nr(e, t) { function Fr (line 5600) | function Fr(e, t) { function Kr (line 5618) | function Kr() { function qr (line 5622) | function qr(e) { function Hr (line 5627) | function Hr(e, t) { function jr (line 5631) | function jr(t, n, i) { function zr (line 5670) | function zr(e, t, i) { function Xr (line 5676) | function Xr(e, t) { function Yr (line 5680) | function Yr(e) { function Jr (line 5684) | function Jr() { function Zr (line 5689) | function Zr(i) { function en (line 5701) | function en() { function tn (line 5720) | function tn(l, d) { function rn (line 5745) | function rn(e, i, r, t) { function nn (line 5783) | function nn(e, t, i) { function sn (line 5789) | function sn(e) { function an (line 5793) | function an() { function ln (line 5802) | function ln(t, i) { function hn (line 5820) | function hn(e, t, i) { function pn (line 5825) | function pn(e, t) { function fn (line 5829) | function fn() { function vn (line 5862) | function vn(e) { function Sn (line 5867) | function Sn() {} function bn (line 5869) | function bn(i, e, r) { function Tn (line 5882) | function Tn(e) { function En (line 5892) | function En() { function Mn (line 5982) | function Mn(e, t, i) { function xn (line 5987) | function xn(e) { function Pn (line 5991) | function Pn(e) { function Rn (line 5995) | function Rn(e, t, i) { function Ln (line 6000) | function Ln(e) { function Bn (line 6028) | function Bn(e, t) { function Un (line 6033) | function Un(e) { function $n (line 6037) | function $n(e, t) { function Vn (line 6047) | function Vn(i) { function jn (line 6073) | function jn(e, t, i) { function Qn (line 6078) | function Qn(e) { function Wn (line 6082) | function Wn(e, t) { function Gn (line 6086) | function Gn(t, i) { function Jn (line 6107) | function Jn(e, t, i) { function Zn (line 6112) | function Zn(e, t) { function es (line 6116) | function es(e) { function ns (line 6128) | function ns(e, t) { function ss (line 6133) | function ss(e) { function as (line 6137) | function as(e) { function cs (line 6166) | function cs(e, t, i) { function hs (line 6171) | function hs(e, t) { function Ss (line 6216) | function Ss(e, t) { function bs (line 6221) | function bs(e, t) { function Ts (line 6226) | function Ts(e, t) { function Es (line 6231) | function Es(e) { function Is (line 6235) | function Is(t, i) { function ks (line 6261) | function ks(e, t, i) { function Cs (line 6266) | function Cs(e, t) { function Ds (line 6270) | function Ds(t) { function Rs (line 6284) | function Rs(e, t) { function Ls (line 6289) | function Ls(e) { function _s (line 6293) | function _s(t, n) { function Us (line 6333) | function Us(e, t) { function $s (line 6338) | function $s(e) { function Vs (line 6342) | function Vs(t) { function js (line 6352) | function js(e, t) { function Qs (line 6357) | function Qs(e) { function Ws (line 6361) | function Ws(t) { function Ys (line 6385) | function Ys(e, t) { function Js (line 6390) | function Js(e) { function Zs (line 6394) | function Zs(t) { function ra (line 6406) | function ra(e, t) { function na (line 6411) | function na(e) { function sa (line 6415) | function sa(t, i) { function da (line 6446) | function da(e, t, i, r) { function ua (line 6451) | function ua(e, t, i) { function ca (line 6461) | function ca(e, t) { function ha (line 6465) | function ha() { function ga (line 6478) | function ga(e) { function ya (line 6483) | function ya() {} function va (line 6485) | function va(t) { function Ea (line 6519) | function Ea(e, t, i) { function Ia (line 6524) | function Ia(e, t) { function wa (line 6528) | function wa() { function Aa (line 6532) | function Aa() { function Oa (line 6541) | function Oa(e, t, i) { function ka (line 6569) | function ka(t) { function xa (line 6581) | function xa(e, t) { function Pa (line 6586) | function Pa(e) { function Ra (line 6590) | function Ra() { function La (line 6600) | function La(t, n) { function Ba (line 6639) | function Ba(e, t) { function Ua (line 6644) | function Ua(e) { function $a (line 6648) | function $a(e, t) { function Va (line 6656) | function Va(t) { function ja (line 6670) | function ja(e) { function Qa (line 6675) | function Qa(e) { function Wa (line 6679) | function Wa(t, i) { function Ya (line 6701) | function Ya(e, t, i) { function Ja (line 6706) | function Ja(e, t) { function Za (line 6710) | function Za(t, i, r) { function no (line 6745) | function no(e, t, i, r) { function so (line 6750) | function so(e, t, i) { function ao (line 6754) | function ao(t, i, r) { function co (line 6774) | function co(e, t, i, r, n) { function ho (line 6779) | function ho(e, t, i, r) { function po (line 6783) | function po(e) { function yo (line 6801) | function yo(e, t, i, r, n) { function vo (line 6806) | function vo(e, t, i, r) { function So (line 6810) | function So(e, t) { function bo (line 6820) | function bo() { function ko (line 6852) | function ko(e, t, i) { function Co (line 6865) | function Co(e, t) { function Do (line 6869) | function Do(e, t) { function Mo (line 6873) | function Mo(e, t) { function xo (line 6877) | function xo(e, t) { function Po (line 6881) | function Po(e) { function Ro (line 6885) | function Ro(e) { function No (line 6891) | function No(e) { function Fo (line 6896) | function Fo(e) { function Bo (line 6900) | function Bo(e) { function Uo (line 6904) | function Uo(e) { function $o (line 6908) | function $o(e) { function Vo (line 6912) | function Vo(e) { function Ko (line 6916) | function Ko(e) { function qo (line 6920) | function qo(e) { function Ho (line 6924) | function Ho(e) { function jo (line 6933) | function jo(e, t) { function Wo (line 6959) | function Wo(t) { function Jo (line 6971) | function Jo(e) { function Zo (line 6975) | function Zo(e) { function sl (line 6991) | function sl() { function al (line 6995) | function al(e, t) { function ol (line 7004) | function ol() { function ll (line 7016) | function ll(t) { function ul (line 7147) | function ul(e, t) { function gl (line 7594) | function gl(e, t) { function yl (line 7598) | function yl(e, t) { function vl (line 7609) | function vl() { function Sl (line 7615) | function Sl(e, t) { function bl (line 7623) | function bl(i, e) { function Tl (line 7644) | function Tl(e) { function El (line 7648) | function El(t, i) { function Il (line 7702) | function Il(e) { function wl (line 7706) | function wl(e) { function Dl (line 7862) | function Dl(e) { function Ml (line 7866) | function Ml(e, t) { function xl (line 7872) | function xl(e, t) { function Pl (line 7878) | function Pl(e, t, r) { function Bl (line 7934) | function Bl(e, t) { function Ul (line 7938) | function Ul(e, t, i) { function $l (line 7951) | function $l(e, t) { function Hl (line 8234) | function Hl(e, t, i) { function jl (line 8250) | function jl(e, t) { function Ql (line 8254) | function Ql(e, t) { function Gl (line 8301) | function Gl(e, t) { function Jl (line 8355) | function Jl(e, t, i) { function Zl (line 8360) | function Zl() { function ed (line 8364) | function ed(e) { function td (line 8368) | function td(e, t) { function ud (line 8492) | function ud(e) { function cd (line 8499) | function cd(e) { function hd (line 8503) | function hd(t) { function md (line 8520) | function md(i, r, t) { function gd (line 8528) | function gd(e) { function yd (line 8533) | function yd(e, t) { function vd (line 8537) | function vd(e, t) { function Sd (line 8541) | function Sd(e, t, i) { function bd (line 8546) | function bd(e, t) { function Td (line 8550) | function Td(e) { function Ed (line 8554) | function Ed(e) { function Id (line 8558) | function Id(e) { function wd (line 8562) | function wd(e) { function Ad (line 8579) | function Ad(e, t) { function Od (line 8585) | function Od() { function kd (line 8589) | function kd(e) { function Md (line 8594) | function Md(e) { function xd (line 8599) | function xd(e, t) { function Pd (line 8603) | function Pd() { function Rd (line 8607) | function Rd(e, t) { function Ld (line 8611) | function Ld(e) { function _d (line 8615) | function _d(e) { function Nd (line 8619) | function Nd(e) { function Fd (line 8629) | function Fd(e) { function Bd (line 8634) | function Bd(e, t) { function Ud (line 8641) | function Ud(i, r, n) { function $d (line 8651) | function $d(e, t, i, r, n, s) { function Vd (line 8660) | function Vd(e, t, i) { function Hd (line 8714) | function Hd(e, t) { function jd (line 8719) | function jd(e, t) { function Qd (line 8728) | function Qd(e) { function Wd (line 8732) | function Wd(e) { function Gd (line 8814) | function Gd(e) { function zd (line 8818) | function zd(e, t, i) { function Xd (line 8843) | function Xd(e) { function Yd (line 8859) | function Yd(e, t) { function Jd (line 8869) | function Jd() { function Zd (line 8990) | function Zd() { function eu (line 9154) | function eu() { function Tu (line 9413) | function Tu(e) { function Eu (line 9417) | function Eu(e) { function Au (line 9429) | function Au(e, t) { function $u (line 9776) | function $u(e) { function Vu (line 9787) | function Vu(e) { method getMinTimeForCC (line 9863) | getMinTimeForCC(e, t, i, r) { method discoSeqNumForTime (line 9875) | discoSeqNumForTime(e, t, i = 0) { function Gu (line 9883) | function Gu(e, t, i = 1) { function zu (line 9887) | function zu(e, t) { class Xu (line 9894) | class Xu { method constructor (line 9895) | constructor() { method forward (line 9898) | get forward() { method isStarted (line 9902) | get isStarted() { method start (line 9905) | start(e) { method pause (line 9919) | pause() { method stop (line 9922) | stop() { method timeline (line 9925) | get timeline() { method getCurrentTime (line 9928) | getCurrentTime() { class Yu (line 9932) | class Yu { method constructor (line 9933) | constructor(e) { method timeline (line 9936) | get timeline() { method getCurrentTime (line 9939) | getCurrentTime() { class Zu (line 9949) | class Zu { method constructor (line 9950) | constructor(e, t) { method destroy (line 9953) | destroy() { method resetScaledSegments (line 9956) | resetScaledSegments() { method anchorFrag (line 9959) | get anchorFrag() { method lastFrag (line 9962) | get lastFrag() { method isStarted (line 9965) | get isStarted() { method iframeRate (line 9968) | get iframeRate() { method iframeClockTimeSeconds (line 9972) | get iframeClockTimeSeconds() { method mediaAppendClockTimeSeconds (line 9975) | get mediaAppendClockTimeSeconds() { method mediaRootTime (line 9979) | get mediaRootTime() { method pause (line 9983) | pause() { method stop (line 9986) | stop() { method checkHasMore (line 9989) | checkHasMore() { method startClocksAndGetFirstFragment (line 9992) | startClocksAndGetFirstFragment(e, t, i, r, n) { method getNextFragment (line 10010) | getNextFragment(e, t, i) { method nextFragment (line 10033) | nextFragment(e, t, i, r) { method handleNextFrag (line 10050) | handleNextFrag(e, t) { method hasMore (line 10064) | get hasMore() { method handleWaitForMore (line 10067) | handleWaitForMore() { method isEndFrag (line 10070) | isEndFrag(e, t) { function ec (line 10078) | function ec(e, t) { function tc (line 10085) | function tc(t) { function sc (line 10097) | function sc(e) { function ac (line 10108) | function ac(e) { class oc (line 10125) | class oc extends Error { method constructor (line 10126) | constructor(e, t) { class lc (line 10130) | class lc extends p { method constructor (line 10131) | constructor(e, t, i, r, n, s) { class dc (line 10135) | class dc extends lc { method constructor (line 10136) | constructor(e, t, i, r, n) { class uc (line 10140) | class uc extends lc { method constructor (line 10141) | constructor(e, t, i, r, n, s, a, o) { class cc (line 10154) | class cc extends lc { method constructor (line 10155) | constructor(e, t, i, r) { class hc (line 10159) | class hc extends lc { method constructor (line 10160) | constructor(e, t, i, r, n, s, a) { class pc (line 10164) | class pc extends dr { method constructor (line 10165) | constructor(e, t, i) { class fc (line 10169) | class fc extends lc { method constructor (line 10170) | constructor(e, t, i) { class mc (line 10174) | class mc extends lc { method constructor (line 10175) | constructor(e, t, i, r = []) { class gc (line 10179) | class gc extends lc { method constructor (line 10180) | constructor(e, t, i, r, n, s, a = !1, o = []) { class yc (line 10184) | class yc extends p { method constructor (line 10185) | constructor(e, t, i, r, n) { function vc (line 10190) | function vc(e, t) { class bc (line 10204) | class bc extends kl { method constructor (line 10205) | constructor(e) { method unresolvedUriLoading$ (line 10208) | get unresolvedUriLoading$() { class Tc (line 10212) | class Tc { method constructor (line 10213) | constructor(e) { method createUnresolvedUriLoading (line 10216) | createUnresolvedUriLoading(e, t, i) { method removeUnresolvedUriLoading (line 10223) | removeUnresolvedUriLoading(e) { method constructor (line 10228) | constructor() { class wc (line 10237) | class wc extends t { method trigger (line 10238) | trigger(e, t) { class Ac (line 10246) | class Ac { method constructor (line 10247) | constructor(e, t) { method eventWithOptions (line 10250) | eventWithOptions(e, t, i, r = this._this) { method event (line 10254) | event(e, t, i = this._this) { method listen (line 10257) | listen(e, t, i, r = this._this) { function Oc (line 10262) | function Oc(e, t) { function kc (line 10266) | function kc(e, t, i) { function Cc (line 10275) | function Cc(y, v) { class Mc (line 10366) | class Mc { method constructor (line 10367) | constructor(e) { method load (line 10370) | load(a, o) { method setCustomUrlResponse (line 10395) | setCustomUrlResponse(e, t) { method handleExternalResponse (line 10399) | handleExternalResponse(e, t, i, r) { method redirectRequest (line 10408) | redirectRequest(e, t, i, n) { function Pc (line 10440) | function Pc(e) { function Rc (line 10444) | function Rc(e, t) { function Lc (line 10453) | function Lc(e, t) { function _c (line 10457) | function _c(e, t) { function Nc (line 10461) | function Nc(e) { function Uc (line 10486) | function Uc(e) { class $c (line 10489) | class $c { method strToBase64Encode (line 10490) | static strToBase64Encode(e) { method base64DecodeToStr (line 10493) | static base64DecodeToStr(e) { method base64Encode (line 10496) | static base64Encode(e) { method base64UrlEncode (line 10499) | static base64UrlEncode(e) { method base64Decode (line 10502) | static base64Decode(e) { class Vc (line 10506) | class Vc { method strToBase64Encode (line 10507) | static strToBase64Encode(e) { method base64DecodeToStr (line 10510) | static base64DecodeToStr(e) { method base64Encode (line 10513) | static base64Encode(e) { method base64UrlEncode (line 10516) | static base64UrlEncode(e) { method base64Decode (line 10519) | static base64Decode(e) { function Qc (line 10541) | function Qc(e) { function t (line 10567) | function t(e, t, i) { class zc (line 10628) | class zc { method constructor (line 10629) | constructor(e, t, i, r, n) { method keyTagInfo (line 10671) | get keyTagInfo() { method clearKeyUriToKeyIdMap (line 10693) | static clearKeyUriToKeyIdMap() { class Xc (line 10697) | class Xc { method constructor (line 10698) | constructor(e, t, i, r) { method isClosing (line 10703) | get isClosing() { method isClosed (line 10706) | get isClosed() { method destroy (line 10709) | destroy() { class Yc (line 10719) | class Yc { method constructor (line 10720) | constructor(e, t = null) { method requestState (line 10723) | get requestState() { method onKeyRequestState$ (line 10726) | get onKeyRequestState$() { method destroy (line 10729) | destroy() { method abort (line 10732) | abort() { method setKeyRequestState (line 10736) | setKeyRequestState(e) { method resolveState (line 10745) | resolveState(e, t) { method error (line 10758) | error(e) { function Jc (line 10767) | function Jc(e) { class Zc (line 10770) | class Zc { method constructor (line 10771) | constructor(e, t, i, r, n, s, a) { method keyStatusChange$ (line 10774) | get keyStatusChange$() { method destroy (line 10777) | destroy() { method setServerCertificate (line 10786) | setServerCertificate(e = null) { method ensureKeyContext (line 10794) | ensureKeyContext(e) { method startKeyRequest (line 10803) | startKeyRequest(t) { method _abortKeyRequest (line 10846) | _abortKeyRequest(e) { method handleKeyExchangeError (line 10852) | handleKeyExchangeError(e, t) { method updateItemId (line 10855) | updateItemId(e) { method removeKey (line 10858) | removeKey(e) { method removeKeyInternal (line 10861) | removeKeyInternal(e) { method removeSessions (line 10870) | removeSessions(e, t) { method removeSession (line 10878) | removeSession(t) { method getKeyRequestInfo (line 10883) | getKeyRequestInfo(e) { method setKeyRequestInfo (line 10893) | setKeyRequestInfo(e, t) { method sanitizeRequest (line 10897) | sanitizeRequest(e) { method generateLicenseChallengeInternal (line 10900) | generateLicenseChallengeInternal(t, e, i) { method generateLicenseChallenge (line 10918) | generateLicenseChallenge(e, t) { method setParsedResponse (line 10940) | setParsedResponse(e, t) { method handleKeyStatusesChange (line 10944) | handleKeyStatusesChange(e) { method handleKeyStatusForKey (line 10952) | handleKeyStatusForKey(e, t) { method _scheduleRenewal (line 10971) | _scheduleRenewal(e, t) { method _signalRenewal (line 10974) | _signalRenewal(e) { method _signalError (line 10980) | _signalError(e, t) { method constructor (line 11002) | constructor(e, t, i, r, n, s) { method requestAccessConfig (line 11005) | static get requestAccessConfig() { method needsCert (line 11008) | get needsCert() { method getKeyRequestResponse (line 11011) | getKeyRequestResponse(e, t) { method parseResponse (line 11028) | parseResponse(e, t) { method handleParsedKeyResponse (line 11038) | handleParsedKeyResponse(i, e) { method generateInitData (line 11052) | generateInitData(e) { method generateRequestInitialized (line 11058) | generateRequestInitialized() { method sanitizeRequest (line 11061) | sanitizeRequest(e) { method handleKeyMessage (line 11064) | handleKeyMessage(e) { class oh (line 11081) | class oh extends Zc { method constructor (line 11082) | constructor(e, t, i, r, n, s, a) { method systemId (line 11085) | static get systemId() { method requestAccessConfig (line 11088) | static get requestAccessConfig() { method needsCert (line 11091) | get needsCert() { method sanitizeRequest (line 11094) | sanitizeRequest(e) { method _scheduleRenewal (line 11101) | _scheduleRenewal(e, t) { method handleParsedKeyResponse (line 11109) | handleParsedKeyResponse(t, e) { method makeKeyRequests (line 11140) | makeKeyRequests(e) { method getSchemeAndFlags (line 11155) | getSchemeAndFlags(e) { method generateInitData (line 11161) | generateInitData(e, t, i) { method generateRequestInitialized (line 11174) | generateRequestInitialized(t, e) { method getKeyRequestResponse (line 11183) | getKeyRequestResponse(e, t) { method resolveSPCPromise (line 11192) | resolveSPCPromise(e, t) { function uh (line 11199) | function uh(e, t, i) { function ch (line 11212) | function ch(t) { function hh (line 11228) | function hh(e, t, i, r) { function ph (line 11233) | function ph(e) { function fh (line 11239) | function fh(e, t, i, r) { class mh (line 11246) | class mh extends oh { method constructor (line 11247) | constructor(e, t, i, r, n, s) { method makeProcessLicenseRequestMessage (line 11250) | makeProcessLicenseRequestMessage(e, t, i) { method makeFpsKeySystemInitData (line 11267) | makeFpsKeySystemInitData(e, t, i) { method makeKeyRequestMessage (line 11276) | makeKeyRequestMessage(e) { method handleKeyMessage (line 11289) | handleKeyMessage(e) { method _handleLicenseRelease (line 11330) | _handleLicenseRelease(e) { method constructor (line 11363) | constructor(e, t, i, r, n, s) { method needsCert (line 11366) | static get needsCert() { method handleKeyExchangeError (line 11369) | handleKeyExchangeError(e, t) { method _abortKeyRequest (line 11372) | _abortKeyRequest(e) { method makeFpsKeySystemInitData (line 11375) | makeFpsKeySystemInitData(e, t, i) { method makeKeyRequestMessage (line 11392) | makeKeyRequestMessage(e, t) { method makeProcessLicenseRequestMessage (line 11395) | makeProcessLicenseRequestMessage(e, t, i) { method handleKeyMessage (line 11402) | handleKeyMessage(e) { method _handleLicenseRelease (line 11439) | _handleLicenseRelease(e) { class Sh (line 11449) | class Sh extends Zc { method constructor (line 11450) | constructor(e, t, i, r, n, s) { method systemId (line 11453) | static get systemId() { method requestAccessConfig (line 11456) | static get requestAccessConfig() { method needsCert (line 11459) | get needsCert() { method generateInitData (line 11462) | generateInitData(e, t) { method removeKey (line 11469) | removeKey(e) { method ensureKeyContext (line 11472) | ensureKeyContext(e) { method getKeyRequestResponse (line 11477) | getKeyRequestResponse(e, t) { method generateRequestInitialized (line 11487) | generateRequestInitialized(e) { method handleParsedKeyResponse (line 11491) | handleParsedKeyResponse(t, e) { method handleKeyMessage (line 11514) | handleKeyMessage(e) { method constructor (line 11560) | constructor(e, t, i, r, n, s) { method systemId (line 11563) | static get systemId() { method requestAccessConfig (line 11566) | static get requestAccessConfig() { method needsCert (line 11569) | get needsCert() { method removeKey (line 11572) | removeKey(e) { method ensureKeyContext (line 11575) | ensureKeyContext(e) { method getKeyRequestResponse (line 11580) | getKeyRequestResponse(e, t) { method handleParsedKeyResponse (line 11590) | handleParsedKeyResponse(t, e) { method generateInitData (line 11619) | generateInitData(e, t) { method generateRequestInitialized (line 11625) | generateRequestInitialized(e) { method handleKeyMessage (line 11629) | handleKeyMessage(i) { class Ah (line 11654) | class Ah { method createMediaKeys (line 11655) | createMediaKeys(t, e, i, r, n) { method destroyMediaKeys (line 11671) | destroyMediaKeys() { method getKeySystemIdForDecryptData (line 11674) | static getKeySystemIdForDecryptData(e) { method requestKeySystemAccess (line 11690) | static requestKeySystemAccess(e, t, i, r) { method requestKeySystemInternal (line 11704) | static requestKeySystemInternal(e, t, i) { method make (line 11707) | make(e, t, i, r, n, s) { method availableKeySystems (line 11719) | static get availableKeySystems() { method getKeySystemFormat (line 11722) | static getKeySystemFormat(e) { method getKeySystemSecurityLevel (line 11726) | static getKeySystemSecurityLevel(e) { function Ch (line 11735) | function Ch(e, t, i) { class Dh (line 11745) | class Dh { method constructor (line 11746) | constructor(e, t, i, r, n, s, a, o = new Ah) { method keyStatusChange$ (line 11764) | get keyStatusChange$() { method keySystem (line 11767) | get keySystem() { method destroy (line 11770) | destroy() { method attachMediaKeys (line 11776) | attachMediaKeys() { method isKeyCleanupSupported (line 11781) | isKeyCleanupSupported() { method handleKeyCleanup (line 11784) | handleKeyCleanup(i) { method _removeKey (line 11797) | _removeKey(e, t) { method removeKeysForItems (line 11800) | removeKeysForItems(i) { method availableKeySystems (line 11812) | get availableKeySystems() { method initialize (line 11815) | initialize(e) { method generateRequest (line 11853) | generateRequest(e, t) { method setLicenseResponse (line 11856) | setLicenseResponse(e, t) { method getKeyFromDecryptData (line 11859) | getKeyFromDecryptData(e, t) { method _getKeyFromDecryptData (line 11866) | _getKeyFromDecryptData(t, i) { method fetchKeyEME (line 11930) | fetchKeyEME(e) { method fetchKeyHTTP (line 11937) | fetchKeyHTTP(e, t, i) { method fetchKeyHTTP (line 11940) | static fetchKeyHTTP(t, e, i, r) { method requestKey (line 11951) | requestKey(t) { method ensureKeySystem (line 11954) | ensureKeySystem(t) { method makeKeySystem (line 11964) | makeKeySystem(e) { method ensureMediaKeys (line 11967) | ensureMediaKeys(e) { method onServerCertificateLoaded (line 11973) | onServerCertificateLoaded(e) { method handleKeySystemError (line 11978) | handleKeySystemError(e) { class Mh (line 11983) | class Mh extends kl { method constructor (line 11984) | constructor(e) { method getKeyInfo (line 11987) | getKeyInfo(e) { method getKeyInfo$ (line 11993) | getKeyInfo$(e) { method getKeyRequestState$ (line 11998) | getKeyRequestState$(e) { method getKeyStatus$ (line 12001) | getKeyStatus$(e) { method getKeyError$ (line 12004) | getKeyError$(e) { class xh (line 12008) | class xh { method constructor (line 12009) | constructor(e) { method getQuery (line 12012) | getQuery() { method upsertKey (line 12015) | upsertKey(i) { method removeKey (line 12031) | removeKey(e) { method removeAllKeysForItem (line 12034) | removeAllKeysForItem(i) { method removeAll (line 12040) | removeAll() { method updateKeyValue (line 12043) | updateKeyValue(e, t) { method updateKeyStatus (line 12048) | updateKeyStatus(e, t) { method updateKeyRequestState (line 12053) | updateKeyRequestState(e, t, i) { method addMediaOption (line 12058) | addMediaOption(e, t) { method setError (line 12067) | setError(e, t) { method constructor (line 12075) | constructor() { function Lh (line 12085) | function Lh(e) { function _h (line 12090) | function _h(t) { class Hh (line 12246) | class Hh { method constructor (line 12247) | constructor(e, t, i, r, n) { method reset (line 12250) | reset() { method setStyles (line 12253) | setStyles(e) { method isDefault (line 12256) | isDefault() { method equals (line 12259) | equals(e) { method copy (line 12262) | copy(e) { method toString (line 12265) | toString() { class jh (line 12269) | class jh { method constructor (line 12270) | constructor(e, t, i, r, n, s) { method reset (line 12273) | reset() { method setChar (line 12276) | setChar(e, t) { method setPenState (line 12279) | setPenState(e) { method equals (line 12282) | equals(e) { method copy (line 12285) | copy(e) { method isEmpty (line 12288) | isEmpty() { class Qh (line 12292) | class Qh { method constructor (line 12293) | constructor() { method equals (line 12298) | equals(t) { method copy (line 12306) | copy(t) { method isEmpty (line 12309) | isEmpty() { method setCursor (line 12317) | setCursor(e) { method moveCursor (line 12320) | moveCursor(e) { method backSpace (line 12326) | backSpace() { method insertChar (line 12329) | insertChar(e) { method clearFromPos (line 12334) | clearFromPos(e) { method clear (line 12338) | clear() { method clearToEndOfRow (line 12341) | clearToEndOfRow() { method getTextString (line 12344) | getTextString() { method setPenStyles (line 12353) | setPenStyles(e) { class Wh (line 12357) | class Wh { method constructor (line 12358) | constructor() { method reset (line 12363) | reset() { method equals (line 12367) | equals(t) { method copy (line 12375) | copy(t) { method isEmpty (line 12378) | isEmpty() { method backSpace (line 12386) | backSpace() { method clearToEndOfRow (line 12389) | clearToEndOfRow() { method insertChar (line 12392) | insertChar(e) { method setPen (line 12395) | setPen(e) { method moveCursor (line 12398) | moveCursor(e) { method setCursor (line 12401) | setCursor(e) { method setPAC (line 12404) | setPAC(t) { method setBkgData (line 12433) | setBkgData(e) { method setRollUpRows (line 12436) | setRollUpRows(e) { method rollUp (line 12439) | rollUp() { method getDisplayText (line 12447) | getDisplayText(t) { method getTextAndFormat (line 12458) | getTextAndFormat() { class Gh (line 12462) | class Gh { method constructor (line 12463) | constructor(e, t) { method reset (line 12466) | reset() { method getHandler (line 12469) | getHandler() { method setHandler (line 12472) | setHandler(e) { method setPAC (line 12475) | setPAC(e) { method setBkgData (line 12478) | setBkgData(e) { method setMode (line 12481) | setMode(e) { method insertChars (line 12484) | insertChars(t) { method ccRCL (line 12489) | ccRCL() { method ccBS (line 12492) | ccBS() { method ccAOF (line 12495) | ccAOF() {} method ccAON (line 12496) | ccAON() {} method ccDER (line 12497) | ccDER() { method ccRU (line 12500) | ccRU(e) { method ccFON (line 12503) | ccFON() { method ccRDC (line 12508) | ccRDC() { method ccTR (line 12511) | ccTR() { method ccRTD (line 12514) | ccRTD() { method ccEDM (line 12517) | ccEDM() { method ccCR (line 12520) | ccCR() { method ccENM (line 12523) | ccENM() { method ccEOC (line 12526) | ccEOC() { method ccTO (line 12530) | ccTO(e) { method ccMIDROW (line 12533) | ccMIDROW(e) { method outputDataUpdate (line 12541) | outputDataUpdate(e = !1) { method cueSplitAtTime (line 12545) | cueSplitAtTime(e) { method constructor (line 12550) | constructor(e = 1, t, i) { method getHandler (line 12558) | getHandler(e) { method setHandler (line 12561) | setHandler(e, t) { method addData (line 12564) | addData(e, t) { method parseCmd (line 12569) | parseCmd(e, t) { method parseMidrow (line 12575) | parseMidrow(e, t) { method parsePAC (line 12584) | parsePAC(e, t) { method interpretPAC (line 12591) | interpretPAC(e, t) { method parseChars (line 12602) | parseChars(e, t) { method parseBackgroundAttributes (line 12613) | parseBackgroundAttributes(e, t) { method reset (line 12619) | reset() { method cueSplitAtTime (line 12623) | cueSplitAtTime(t) { class Xh (line 12627) | class Xh { method constructor (line 12628) | constructor(e, t) { method dispatchCue (line 12631) | dispatchCue() { method newCue (line 12634) | newCue(e, t, i) { class rp (line 12691) | class rp { method parseTimeStamp (line 12692) | static parseTimeStamp(e) { method parseContent (line 12700) | static parseContent(s, t, a) { method constructor (line 12766) | constructor(e, t, i) { method id (line 12769) | get id() { method id (line 12772) | set id(e) { method pauseOnExit (line 12775) | get pauseOnExit() { method pauseOnExit (line 12778) | set pauseOnExit(e) { method startTime (line 12781) | get startTime() { method startTime (line 12784) | set startTime(e) { method endTime (line 12788) | get endTime() { method endTime (line 12791) | set endTime(e) { method text (line 12795) | get text() { method text (line 12798) | set text(e) { method region (line 12801) | get region() { method region (line 12804) | set region(e) { method vertical (line 12807) | get vertical() { method vertical (line 12810) | set vertical(e) { method snapToLines (line 12814) | get snapToLines() { method snapToLines (line 12817) | set snapToLines(e) { method line (line 12820) | get line() { method line (line 12823) | set line(e) { method lineAlign (line 12827) | get lineAlign() { method lineAlign (line 12830) | set lineAlign(e) { method position (line 12834) | get position() { method position (line 12837) | set position(e) { method positionAlign (line 12841) | get positionAlign() { method positionAlign (line 12844) | set positionAlign(e) { method size (line 12848) | get size() { method size (line 12851) | set size(e) { method align (line 12855) | get align() { method align (line 12858) | set align(e) { method getCueAsHTML (line 12862) | getCueAsHTML() { method create (line 12865) | static create(t) { method fromJSON (line 12872) | static fromJSON(e) { method toJSON (line 12875) | toJSON() { method constructor (line 12899) | constructor() { method id (line 12902) | get id() { method id (line 12905) | set id(e) { method lines (line 12909) | get lines() { method lines (line 12912) | set lines(e) { method regionAnchorX (line 12916) | get regionAnchorX() { method regionAnchorX (line 12919) | set regionAnchorX(e) { method regionAnchorY (line 12923) | get regionAnchorY() { method regionAnchorY (line 12926) | set regionAnchorY(e) { method scroll (line 12930) | get scroll() { method scroll (line 12933) | set scroll(e) { method viewportAnchorX (line 12940) | get viewportAnchorX() { method viewportAnchorX (line 12943) | set viewportAnchorX(e) { method viewportAnchorY (line 12947) | get viewportAnchorY() { method viewportAnchorY (line 12950) | set viewportAnchorY(e) { method width (line 12954) | get width() { method width (line 12957) | set width(e) { method toJSON (line 12961) | toJSON() { method create (line 12967) | static create(t) { method fromJSON (line 12973) | static fromJSON(e) { class up (line 12985) | class up extends Error { method constructor (line 12986) | constructor(e, t) { class cp (line 12993) | class cp { method constructor (line 12994) | constructor() { method set (line 12997) | set(e, t) { method get (line 13000) | get(e, t, i) { method has (line 13003) | has(e) { method alt (line 13006) | alt(t, i, r) { method integer (line 13013) | integer(e, t) { method percent (line 13016) | percent(e, t) { class hp (line 13026) | class hp { method constructor (line 13027) | constructor(e, t, i) { method StringDecoder (line 13030) | static StringDecoder() { method reportOrThrowError (line 13039) | reportOrThrowError(e) { method parseOptions (line 13043) | parseOptions(e, t, i, r) { method parseCue (line 13051) | parseCue(t, e, a) { method parseRegion (line 13111) | parseRegion(e) { method parseStyle (line 13144) | parseStyle(i) { method parseHeader (line 13165) | parseHeader(e) { method parse (line 13170) | parse(i) { method flush (line 13268) | flush() { method styles (line 13276) | styles() { class vp (line 13396) | class vp { method applyStyles (line 13397) | applyStyles(e, t) { method formatStyle (line 13401) | formatStyle(e, t) { class Sp (line 13406) | class Sp extends vp { method constructor (line 13407) | constructor(e, t, i, r, n) { method determineBidi (line 13465) | determineBidi(e) { method parseOpacity (line 13490) | parseOpacity(e) { method directionSettingToWritingMode (line 13495) | directionSettingToWritingMode(e) { method move (line 13498) | move(e) { class bp (line 13510) | class bp { method constructor (line 13511) | constructor(e) { method calculateNewLines (line 13524) | calculateNewLines(t) { method move (line 13529) | move(e, t) { method overlaps (line 13544) | overlaps(e) { method overlapsAny (line 13547) | overlapsAny(e) { method within (line 13552) | within(e) { method moveIfOutOfBounds (line 13555) | moveIfOutOfBounds(e, t) { method toCSSCompatValues (line 13570) | toCSSCompatValues(e) { method getSimpleBoxPosition (line 13580) | static getSimpleBoxPosition(e) { method getBoxPosition (line 13601) | static getBoxPosition(r, n) { method moveToMinimumDistancePlacement (line 13610) | static moveToMinimumDistancePlacement(e, t, i) { method moveBoxToLinePosition (line 13613) | static moveBoxToLinePosition(e, a, o) { class Tp (line 13713) | class Tp { method constructor (line 13714) | constructor(e, t, i = !0) { method initSubtitleCSS (line 13728) | initSubtitleCSS() { method convertCueToDOMTree (line 13732) | convertCueToDOMTree(e) { method setStyles (line 13735) | setStyles(i) { method processCues (line 13757) | processCues(r) { method setSize (line 13789) | setSize(e, t) { method getOverlay (line 13792) | getOverlay() { function Ep (line 13797) | function Ep(e) { function Ip (line 13804) | function Ip(e, t, i) { function wp (line 13808) | function wp(e) { function Ap (line 13815) | function Ap(e) { function Op (line 13822) | function Op(e, t = 0, i = 8589934592) { function Rp (line 13928) | function Rp(t) { function Lp (line 13937) | function Lp(e) { class _p (line 13941) | class _p extends $t { method constructor (line 13942) | constructor(e, t, i, r) { method destroy (line 13954) | destroy() { method convertCuesIntoSubtitleFragInfo (line 13957) | convertCuesIntoSubtitleFragInfo(t) { method checkReadyToLoadNextSubtitleFragment (line 13973) | checkReadyToLoadNextSubtitleFragment() { method checkReadyToLoadNextSubtitleFragment$ (line 13977) | checkReadyToLoadNextSubtitleFragment$(e, t) { method getNextFragment (line 13980) | getNextFragment(e, t) { method calculateFragInfoMap (line 13984) | calculateFragInfoMap(e, t, i, r) { method findFrags$ (line 14021) | findFrags$(t, i) { method reviewParsedFrag (line 14027) | reviewParsedFrag(e, i, r) { method isFragmentEmpty (line 14053) | isFragmentEmpty(e) { method isFragmentCompleteOrEmpty (line 14056) | isFragmentCompleteOrEmpty(e, t, i) { method getEarlierFragmentInSameDisco (line 14060) | getEarlierFragmentInSameDisco(e, t, i) { method inferSubtitleFragmentForPosition (line 14066) | inferSubtitleFragmentForPosition(i, r, t, n, s) { method generateFragmentBatch (line 14119) | generateFragmentBatch(t, i, e, r, n, s) { method findFragmentsForPosition (line 14143) | findFragmentsForPosition(e, t, i) { method selectedMediaOption (line 14152) | get selectedMediaOption() { method selectedMediaOption (line 14155) | set selectedMediaOption(e) { method selectedTrack (line 14158) | get selectedTrack() { method selectedTrack (line 14161) | set selectedTrack(e) { method getTrack (line 14164) | getTrack(t) { method updateTextTrackState (line 14167) | updateTextTrackState() { method mapHTMLTextTrackIndexToMediaOptionId (line 14177) | mapHTMLTextTrackIndexToMediaOptionId(e) { method mediaSelectionOptions (line 14184) | get mediaSelectionOptions() { method _makeDisableOption (line 14187) | _makeDisableOption(e) { method _onTextTracksChanged (line 14194) | _onTextTracksChanged() { method addCues (line 14210) | addCues(e, t, i, r) { method getExistingHTMLTextTrackWithChannelNumber (line 14221) | getExistingHTMLTextTrackWithChannelNumber(t) { method sendAddTrackEvent (line 14231) | sendAddTrackEvent(e, t) { method createHTMLCaptionsTrackGuts (line 14240) | createHTMLCaptionsTrackGuts(e, t, i, r) { method createHTMLCaptionsTrack (line 14252) | createHTMLCaptionsTrack(e) { method getExistingHTMLTextTrack (line 14255) | getExistingHTMLTextTrack(e) { method getExistingHTMLTextTrackWithSubtitleTrackId (line 14258) | getExistingHTMLTextTrackWithSubtitleTrackId(t) { method getExistingHTMLTextTrackIndex (line 14262) | getExistingHTMLTextTrackIndex(e) { method setExistingHTMLTextTrack (line 14272) | setExistingHTMLTextTrack(e, t) { method createHTMLTextTrack (line 14275) | createHTMLTextTrack(t) { method createHTMLTextTrackGuts (line 14288) | createHTMLTextTrackGuts(t, i, r, e) { method resetLoadSource (line 14297) | resetLoadSource() { method resetTracks (line 14300) | resetTracks() { method _cleanTracks (line 14303) | _cleanTracks() { method getCuesOfEnabledTrack (line 14311) | getCuesOfEnabledTrack(e, t = !1) { method _getCuesOfEnabledTrack (line 14322) | _getCuesOfEnabledTrack(e) { method attachSubtitleTracks (line 14326) | attachSubtitleTracks() { method setTracks (line 14331) | setTracks(e, t, i) { method onInlineStylesParsed (line 14334) | onInlineStylesParsed(e) {} method processSubtitleFrag (line 14335) | processSubtitleFrag(e, t, i, r) { method _parseVTTs (line 14343) | _parseVTTs(r, n, e, t) { method _ensureParser (line 14361) | _ensureParser() { method setupForFrag (line 14365) | setupForFrag(e) { method resetClosedCaptionParser (line 14368) | resetClosedCaptionParser() { method addLegibleSamples (line 14372) | addLegibleSamples(e, t, i, r) { method addClosedCaptionSamples (line 14375) | addClosedCaptionSamples(e, t) { method addMP4CaptionSamples (line 14378) | addMP4CaptionSamples(e, i) { method addTSCaptionSamples (line 14392) | addTSCaptionSamples(e, t) { method addId3Samples (line 14403) | addId3Samples(e, t, r) { method id3shouldIgnore (line 14419) | id3shouldIgnore(e) { method extractCea608Data (line 14422) | static extractCea608Data(t) { class Fp (line 14433) | class Fp { method constructor (line 14434) | constructor(e, t, i, r) { method loadSessionData (line 14443) | loadSessionData(r) { method loadSessionDataItemWithUrl (line 14464) | loadSessionDataItemWithUrl(e, t, i, r, n, s, a) { method onLoadSuccess (line 14482) | onLoadSuccess(e, t, i, r) { method setSessionData (line 14565) | setSessionData(t, i, r, n) { method onLoadError (line 14583) | onLoadError(e, t, i) { function Bp (line 14588) | function Bp(e, t) { function Up (line 14599) | function Up(e) { function $p (line 14603) | function $p(e, t) { function Vp (line 14607) | function Vp(e) { function Kp (line 14611) | function Kp() { function qp (line 14615) | function qp(e) { function Hp (line 14619) | function Hp(e) { function jp (line 14623) | function jp(e) { class Qp (line 14626) | class Qp { method constructor (line 14627) | constructor(...e) { method ensureSameIdentifierLength (line 14630) | ensureSameIdentifierLength(e) { method isGreaterThan (line 14633) | isGreaterThan(t) { method isEqualTo (line 14641) | isEqualTo(i) { function Wp (line 14646) | function Wp(e) { class Gp (line 14649) | class Gp extends Error {} class zp (line 14650) | class zp { method constructor (line 14651) | constructor(e) { method lock (line 14654) | lock(e, t = !1) { method unlock (line 14657) | unlock() { method readLock (line 14660) | readLock(e, t = !1) { method readUnlock (line 14663) | readUnlock() { method _schedule (line 14666) | _schedule() { method _canLock (line 14671) | _canLock(e) { method _lock (line 14674) | _lock(i, e, r = !1) { method _unlock (line 14697) | _unlock(e) { class Xp (line 14701) | class Xp extends $t { method constructor (line 14702) | constructor() { method wrap (line 14705) | wrap(e) { method add (line 14710) | add(e = 1) { method done (line 14713) | done(e = 1) { method isBuffered (line 14718) | isBuffered(t, i) { method timeRangesToBufferedRange (line 14723) | timeRangesToBufferedRange(t) { method subtitleBufferInfo (line 14731) | subtitleBufferInfo(e, t, i) { method fragmentsBufferedInfo (line 14743) | fragmentsBufferedInfo(e, t, i) { method bufferedCues (line 14751) | bufferedCues(t) { method getBufferedInfo (line 14761) | getBufferedInfo(e, t, i) { function Zp (line 14806) | function Zp(t, e) { function ef (line 14821) | function ef(t, e) { function tf (line 14839) | function tf(t, i) { function rf (line 14850) | function rf(s, a) { class nf (line 14864) | class nf extends kl { method constructor (line 14865) | constructor(e, t) { method mediaElementDuration$ (line 14868) | get mediaElementDuration$() { method mediaElementDuration (line 14873) | get mediaElementDuration() { method msDuration (line 14877) | get msDuration() { method minSBDuration (line 14881) | get minSBDuration() { method currentTime (line 14888) | get currentTime() { method clientWidth (line 14891) | get clientWidth() { method clientHeight (line 14894) | get clientHeight() { method getBufferedDuration (line 14897) | getBufferedDuration(e = .5) { method mediaSourceEntity (line 14902) | get mediaSourceEntity() { method msReadyState (line 14906) | get msReadyState() { method sourceBufferEntities (line 14910) | get sourceBufferEntities() { method sourceBufferEntityByType (line 14914) | sourceBufferEntityByType(e) { method initSegmentEntityByType (line 14918) | initSegmentEntityByType(e) { method maxBufferSize (line 14921) | get maxBufferSize() { method postFlushSeek (line 14926) | get postFlushSeek() { method seekable (line 14930) | get seekable() { method desiredRate (line 14933) | get desiredRate() { method desiredRate$ (line 14937) | get desiredRate$() { method effectiveRate (line 14942) | get effectiveRate() { method playbackRate (line 14945) | get playbackRate() { method isIframeRate (line 14948) | get isIframeRate() { method isIframeRate$ (line 14951) | get isIframeRate$() { method msObjectUrl$ (line 14954) | get msObjectUrl$() { method msReadyState$ (line 14959) | get msReadyState$() { method readyState (line 14966) | get readyState() { method readyState$ (line 14970) | get readyState$() { method mediaSourceEntity$ (line 14975) | get mediaSourceEntity$() { method expectedSbCount$ (line 14980) | get expectedSbCount$() { method expectedSbCount (line 14985) | get expectedSbCount() { method paused$ (line 14989) | get paused$() { method paused (line 14994) | get paused() { method playbackStarted (line 14998) | get playbackStarted() { method flushing$ (line 15002) | get flushing$() { method flushing (line 15007) | get flushing() { method waitingForDisco$ (line 15011) | get waitingForDisco$() { method waitingForDisco (line 15016) | get waitingForDisco() { method gotPlaying (line 15020) | get gotPlaying() { method gotPlaying$ (line 15024) | get gotPlaying$() { method gotLoadStart$ (line 15029) | get gotLoadStart$() { method seekTo (line 15034) | get seekTo() { method seekTo$ (line 15038) | get seekTo$() { method seeking (line 15043) | get seeking() { method seeking$ (line 15047) | get seeking$() { method nudgeTarget$ (line 15052) | get nudgeTarget$() { method nudgeCount (line 15057) | get nudgeCount() { method sourceBufferEntities$ (line 15061) | get sourceBufferEntities$() { method sourceBufferEntityByType$ (line 15066) | sourceBufferEntityByType$(t) { method bufferedSegmentsByType$ (line 15073) | bufferedSegmentsByType$(t) { method getBufferedSegmentsByType (line 15080) | getBufferedSegmentsByType(e) { method bufferedSegmentsTuple$ (line 15083) | get bufferedSegmentsTuple$() { method timeupdate$ (line 15086) | get timeupdate$() { method playingEvent$ (line 15092) | get playingEvent$() { method mediaElementEntity$ (line 15095) | get mediaElementEntity$() { method ended$ (line 15098) | get ended$() { method sbUpdating$ (line 15103) | sbUpdating$(t) { method sbUpdating (line 15108) | sbUpdating(e) { method sbError$ (line 15112) | sbError$(t) { method updating$ (line 15117) | get updating$() { method bufferedRangeTuple$ (line 15120) | get bufferedRangeTuple$() { method getBufferedRangeByType (line 15127) | getBufferedRangeByType(e) { method combinedBuffer$ (line 15130) | get combinedBuffer$() { method getBufferInfo (line 15135) | getBufferInfo(n, s) { method getCombinedBufferInfo (line 15158) | getCombinedBufferInfo(e, t) { method bufferMonitorInfo (line 15162) | get bufferMonitorInfo() { method bufferMonitorThresholds$ (line 15166) | get bufferMonitorThresholds$() { method waterLevelType$ (line 15184) | get waterLevelType$() { method waterLevelForType (line 15189) | waterLevelForType(e) { method waterLevelChangedForType$ (line 15193) | waterLevelChangedForType$(t) { method fellBelowLowWater$ (line 15196) | get fellBelowLowWater$() { method isBufferedToEnd$ (line 15201) | isBufferedToEnd$(s, a = !0) { method needData$ (line 15210) | needData$(e, n = !1) { method getSourceBufferInfoAction (line 15219) | getSourceBufferInfoAction(e, t, i, r) { method haveEnough (line 15238) | get haveEnough() { method haveEnough$ (line 15242) | get haveEnough$() { method likelyToKeepUp (line 15247) | static likelyToKeepUp(e, t, i) { method playbackLikelyToKeepUp (line 15250) | get playbackLikelyToKeepUp() { method playbackLikelyToKeepUp$ (line 15253) | get playbackLikelyToKeepUp$() { method getCurrentWaterLevel (line 15256) | getCurrentWaterLevel(e) { method getCombinedMediaSourceBufferInfo (line 15261) | getCombinedMediaSourceBufferInfo(e) { method getCurrentWaterLevelByType (line 15266) | getCurrentWaterLevelByType(e, t) { method canContinuePlaybackWithoutGap (line 15272) | canContinuePlaybackWithoutGap(e, t, i, r) { method stallInfo$ (line 15281) | get stallInfo$() { method textTracks (line 15286) | get textTracks() { method textTracksCreated$ (line 15289) | get textTracksCreated$() { method mediaOptionParsedSubtitleRecord (line 15292) | get mediaOptionParsedSubtitleRecord() { method getParsedSubtitleRecordsForMediaOption (line 15296) | getParsedSubtitleRecordsForMediaOption(e) { class sf (line 15300) | class sf { method constructor (line 15301) | constructor(e, t, i, r) { method install (line 15304) | install() { method uninstall (line 15324) | uninstall() { method play (line 15328) | play() { method pause (line 15336) | pause() { method _handlePendingPlayPromises (line 15344) | _handlePendingPlayPromises(t) { method _mediaPlayInternal (line 15352) | _mediaPlayInternal() { method _mediaPauseInternal (line 15355) | _mediaPauseInternal() { class af (line 15359) | class af extends Error {} class of (line 15360) | class of extends p { method constructor (line 15361) | constructor(e, t, i, r, n) { class lf (line 15365) | class lf extends of { method constructor (line 15366) | constructor(e, t, i, r) { class df (line 15370) | class df extends of { method constructor (line 15371) | constructor(e, t, i, r, n, s) { class uf (line 15375) | class uf extends df { method constructor (line 15376) | constructor(e, t, i, r) { class cf (line 15380) | class cf extends df { method constructor (line 15381) | constructor(e, t, i) { class hf (line 15385) | class hf extends df { method constructor (line 15386) | constructor(e, t, i, r) { class pf (line 15390) | class pf extends p { method constructor (line 15391) | constructor(e, t, i, r, n, s, a = NaN) { class ff (line 15395) | class ff extends $t { method constructor (line 15396) | constructor(n, e, s, a, o, l, d, u, c) { method buffered (line 15422) | get buffered() { method appendBuffer (line 15425) | appendBuffer(e, t) { method _appendBufferAsync (line 15428) | _appendBufferAsync(e, t) { method remove (line 15450) | remove(e, t) { method _removeAsync (line 15453) | _removeAsync(e, t) { method abort (line 15461) | abort() { method updating (line 15469) | get updating() { method timestampOffset (line 15472) | get timestampOffset() { method timestampOffset (line 15475) | set timestampOffset(e) { method gotQuotaExceeded (line 15478) | get gotQuotaExceeded() { method bufferedSegments (line 15482) | get bufferedSegments() { method totalBytes (line 15486) | get totalBytes() { method maxTotalBytes (line 15490) | get maxTotalBytes() { method _waitForUpdateEndOrError (line 15494) | _waitForUpdateEndOrError() { class mf (line 15500) | class mf extends $t { method constructor (line 15501) | constructor(a, o, e, l, t) { method readyState (line 15516) | get readyState() { method duration (line 15519) | set duration(e) { method duration (line 15522) | get duration() { method endOfStream (line 15525) | endOfStream(e) { method createSourceBuffers (line 15528) | createSourceBuffers(e, a) { method needSourceBuffers (line 15554) | get needSourceBuffers() { method sourceBuffers (line 15557) | get sourceBuffers() { method getSourceBufferByType (line 15560) | getSourceBufferByType(e) { method updateLiveSeekableRange (line 15564) | updateLiveSeekableRange(e, t) { method clearLiveSeekableRange (line 15568) | clearLiveSeekableRange() { function gf (line 15574) | function gf(e, c, t) { function yf (line 15602) | function yf(e, t, i, r, n, s) { class vf (line 15612) | class vf extends $t { method constructor (line 15613) | constructor(w, A, e, t, i, r, n) { method mediaSourceAdapter (line 15686) | get mediaSourceAdapter() { method sourceBuffers (line 15689) | get sourceBuffers() { method needSourceBuffers (line 15693) | get needSourceBuffers() { method mediaQuery (line 15696) | get mediaQuery() { method sourceBuffersBufferedRangeByType (line 15699) | sourceBuffersBufferedRangeByType(e) { method createId3Track (line 15703) | createId3Track(e) { method checkForInconsistentStoreBufferRangesAndUpdate (line 15706) | checkForInconsistentStoreBufferRangesAndUpdate() { method shouldUpdateStoreValues (line 15714) | shouldUpdateStoreValues(e, i) { method updateMediaElementStoreBufferedRanges (line 15720) | updateMediaElementStoreBufferedRanges(e, t) { method destroyMediaSource (line 15724) | destroyMediaSource() { method makeMediaSource (line 15727) | makeMediaSource() { method openMediaSource (line 15730) | openMediaSource(t) { method createSourceBuffers (line 15736) | createSourceBuffers(e) { method _waitForMediaSourceOpen (line 15741) | _waitForMediaSourceOpen(i) { method appendOrder (line 15745) | get appendOrder() { method clearFlush (line 15748) | clearFlush(e) { method getSwitchPosition (line 15756) | getSwitchPosition(e) { method checkForReplay (line 15762) | checkForReplay() { method resetMediaSourceIfNeeded (line 15766) | resetMediaSourceIfNeeded(r) { method resetMediaSource (line 15877) | resetMediaSource(e = NaN, t) { method setExpectedSbCount (line 15881) | setExpectedSbCount(e) { method appendInitSegments (line 15884) | appendInitSegments(l, d) { method appendDataSegments (line 15924) | appendDataSegments(m, g) { method setStoreSbTimeoffsets (line 15971) | setStoreSbTimeoffsets(s) { method adjustJaggedStart (line 15987) | adjustJaggedStart(e) { method addCues (line 16010) | addCues(e, t) { method _flushInternal (line 16016) | _flushInternal(e, t, i) { method flushAll (line 16019) | flushAll(i, r, n = !1) { method flushData (line 16022) | flushData(o, l, d, u = !1) { method convertInitSegToCompatInfo (line 16045) | static convertInitSegToCompatInfo(e) { method combineAppendDataInfoWithCompatInfo (line 16056) | static combineAppendDataInfoWithCompatInfo(e, t, i, r = 0) { method convertSourceBufferEntitiesToCompatInfo (line 16066) | convertSourceBufferEntitiesToCompatInfo(e) { method appendData (line 16081) | appendData(e, i, r) { method endStream (line 16130) | endStream() { method setMediaKeys (line 16137) | setMediaKeys(e) { method clearMediaKeys (line 16143) | clearMediaKeys() { method postFlushSeek (line 16151) | set postFlushSeek(e) { method schedulePostFlushSeek (line 16154) | schedulePostFlushSeek(e) { method seekTo (line 16159) | set seekTo(e) { method setSeekToWithDiscontinuity (line 16162) | setSeekToWithDiscontinuity(e, t) { method nudgeSeek (line 16165) | nudgeSeek(e, t) { method desiredRate (line 16173) | set desiredRate(e) { method toggleTrickPlaybackMode (line 16176) | toggleTrickPlaybackMode(e) { method play (line 16190) | play() { method pause (line 16193) | pause() { method expectPlayEvent (line 16196) | get expectPlayEvent() { method expectPlayEvent (line 16199) | set expectPlayEvent(e) { method expectPauseEvent (line 16202) | get expectPauseEvent() { method expectPauseEvent (line 16205) | set expectPauseEvent(e) { method textTracksCreated (line 16208) | set textTracksCreated(e) { method msDuration (line 16212) | get msDuration() { method msDuration (line 16215) | set msDuration(e) { method haveEnough (line 16224) | set haveEnough(e) { method flushing (line 16227) | set flushing(e) { method bufferMonitorTargetDuration (line 16230) | set bufferMonitorTargetDuration(e) { method textTracks (line 16233) | get textTracks() { method id3TextTrack (line 16236) | get id3TextTrack() { method addTextTrack (line 16239) | addTextTrack(e, t, i) { method dispatchEvent (line 16242) | dispatchEvent(e) { method offsetWidth (line 16245) | get offsetWidth() { method offsetHeight (line 16248) | get offsetHeight() { method getliveSeekableWindow (line 16251) | getliveSeekableWindow() { method archiveParsedSubtitleFragmentRecord (line 16254) | archiveParsedSubtitleFragmentRecord(e, t, i) { method updateLiveSeekableRange (line 16257) | updateLiveSeekableRange(e) { method clearLiveSeekableRange (line 16266) | clearLiveSeekableRange() { method constructor (line 16319) | constructor() { method activeId (line 16325) | get activeId() { method startMediaSession (line 16328) | startMediaSession(i, r, n, s) { method setMediaSourceEntity (line 16363) | setMediaSourceEntity(t, i) { method mediaElementDuration (line 16373) | set mediaElementDuration(t) { method msReadyState (line 16378) | set msReadyState(t) { method readyState (line 16385) | set readyState(t) { method ended (line 16390) | set ended(t) { method msDuration (line 16395) | set msDuration(t) { method textTracksCreated (line 16400) | set textTracksCreated(t) { method expectedSbCount (line 16405) | set expectedSbCount(t) { method postFlushSeek (line 16410) | set postFlushSeek(e) { method setSeekToPos (line 16415) | setSeekToPos(t, i, r) { method seeking (line 16424) | set seeking(t) { method paused (line 16429) | set paused(t) { method gotPlayingEvent (line 16434) | gotPlayingEvent() { method gotLoadStartEvent (line 16439) | gotLoadStartEvent() { method desiredRate (line 16444) | set desiredRate(t) { method haveEnough (line 16449) | set haveEnough(t) { method flushing (line 16454) | set flushing(e) { method waitingForDisco (line 16459) | set waitingForDisco(t) { method setSourceBufferUpdating (line 16464) | setSourceBufferUpdating(i) { method setTimestampOffset (line 16472) | setTimestampOffset(i, r) { method setBufferedRangesUpdated (line 16480) | setBufferedRangesUpdated(a, o, l, d, u) { method setSourceBufferEntity (line 16535) | setSourceBufferEntity(n, s) { method setInflightSegment (line 16560) | setInflightSegment(i, r) { method setInitSegmentEntity (line 16568) | setInitSegmentEntity(i, r) { method setSourceBufferError (line 16576) | setSourceBufferError(i, r) { method setStallInfo (line 16584) | setStallInfo(t) { method setNudgeInfo (line 16589) | setNudgeInfo(t) { method updateWaterLevels (line 16594) | updateWaterLevels(t, i) { method bufferMonitorTargetDuration (line 16602) | set bufferMonitorTargetDuration(i) { method archiveParsedSubtitleFragmentRecord (line 16610) | archiveParsedSubtitleFragmentRecord(i, r, n) { class Tf (line 16617) | class Tf extends bi { method constructor (line 16618) | constructor(e) { method platformInfo (line 16621) | get platformInfo() { method displaySupportsHdr (line 16624) | get displaySupportsHdr() { method viewportInfo (line 16627) | get viewportInfo() { class Ef (line 16631) | class Ef { method constructor (line 16632) | constructor(e) { method getQuery (line 16635) | getQuery() { method updateSupportsHdr (line 16638) | updateSupportsHdr(t) { method updatePlatformInfo (line 16643) | updatePlatformInfo(e) { method updateViewportInfo (line 16648) | updateViewportInfo(t) { method constructor (line 16655) | constructor() { function Af (line 16666) | function Af() { class Of (line 16669) | class Of extends $t { method constructor (line 16670) | constructor(e, t) { method register (line 16682) | register(e, i) { method invoke (line 16687) | invoke(e, t, r) { class kf (line 16695) | class kf extends Of { method constructor (line 16696) | constructor(e) { method decrypt (line 16699) | decrypt(e, t, i, r, n) { class Cf (line 16703) | class Cf extends Of { method constructor (line 16704) | constructor(e) { method init (line 16709) | init(e, t, i) { class Df (line 16729) | class Df { method constructor (line 16730) | constructor(e, t) { method push (line 16733) | push(e, t, i, r, n, s, a, o, l, d, u, c, h) { method pushWithoutTransfer (line 16736) | pushWithoutTransfer(e, t, i, r, n, s, a, o, l, d, u, c) { method destroy (line 16739) | destroy() { class Mf (line 16743) | class Mf { method constructor (line 16744) | constructor() { method register (line 16747) | register(e, t) { method unregister (line 16751) | unregister(e) { method invoke (line 16755) | invoke(e, i) { method teardown (line 16765) | teardown(e) { class Nf (line 16817) | class Nf {} class Bf (line 16841) | class Bf { method constructor (line 16842) | constructor(e, t) { method setReportingAgent (line 16845) | setReportingAgent(e) { method sendPlayEnded (line 16848) | sendPlayEnded(e) { method sendPlayStalled (line 16852) | sendPlayStalled(e) { method sendMediaEngineStalled (line 16856) | sendMediaEngineStalled(e) { method sendKeySessionComplete (line 16860) | sendKeySessionComplete(e) { method sendPlayLikelyToKeepUp (line 16864) | sendPlayLikelyToKeepUp(e) { method sendPlayRateChange (line 16868) | sendPlayRateChange(e) { method sendSwitchComplete (line 16872) | sendSwitchComplete(e) { method sendVariantEnded (line 16876) | sendVariantEnded(e) { method sendPlayError (line 16880) | sendPlayError(e) { method sendNwError (line 16884) | sendNwError(e) { method sendPeriodic (line 16888) | sendPeriodic(e) { method fillAndFire (line 16892) | fillAndFire(e, t) { class Uf (line 16909) | class Uf extends kl { method constructor (line 16910) | constructor(e, t) { method activeEntity (line 16913) | get activeEntity() { method entity (line 16916) | entity(e) { method playEnded (line 16919) | playEnded(e) { method periodic (line 16922) | periodic(e) { method playStalled (line 16925) | playStalled(e) { method mediaEngineStalled (line 16928) | mediaEngineStalled(e) { method keySessionComplete (line 16931) | keySessionComplete(e) { method playLikelyToKeepUp (line 16934) | playLikelyToKeepUp(e) { method playRateChanged (line 16937) | playRateChanged(e) { method switchComplete (line 16940) | switchComplete(e) { method variantEnded (line 16943) | variantEnded(e) { method playError (line 16946) | playError(e) { method nwError (line 16949) | nwError(e) { class $f (line 16953) | class $f extends fl { method constructor (line 16954) | constructor(e) { method createEntity (line 16962) | createEntity(e) { method updateEnded (line 16993) | updateEnded(e) { method updatePeriodic (line 16996) | updatePeriodic(e, t) { method updateBufferStalled (line 17001) | updateBufferStalled(e, t) { method updateSegmentKeyLoaded (line 17011) | updateSegmentKeyLoaded(e, r) { method updateLicenseResponseProcessed (line 17020) | updateLicenseResponseProcessed(e, i) { method updateLicenseChallengeError (line 17028) | updateLicenseChallengeError(e, i) { method updateLicenseResponseError (line 17036) | updateLicenseResponseError(e, i) { method updateKeyAborted (line 17044) | updateKeyAborted(e, t) { method updateCanPlay (line 17051) | updateCanPlay(e, t) { method updateRateChanged (line 17054) | updateRateChanged(e, t) { method updateMediaError (line 17063) | updateMediaError(e, r) { method updateMediaElementError (line 17077) | updateMediaElementError(e, t) { method updateMediaEngineStalled (line 17096) | updateMediaEngineStalled(e, t) { method updateLevelSwitched (line 17106) | updateLevelSwitched(e, d) { method updateLevelLoadError (line 17123) | updateLevelLoadError(e, o) { method updateVariantEnd (line 17140) | updateVariantEnd(e, t) { method updateNwError (line 17143) | updateNwError(e, r) { method finalize (line 17157) | finalize(e, t) { method updatePlaybackInfo (line 17267) | updatePlaybackInfo(e, s) { method updateBufferAppended (line 17279) | updateBufferAppended(e, t) { method updateSeeked (line 17286) | updateSeeked(e, t) { method updateManifestParsed (line 17293) | updateManifestParsed(e, r) { method updateFragLoaded (line 17307) | updateFragLoaded(e, r) { method updateFragBuffered (line 17320) | updateFragBuffered(e, i) { method updateLevelLoaded (line 17328) | updateLevelLoaded(e, n) { method updateLevelsChanged (line 17340) | updateLevelsChanged(e, r) { method updateLicenseChallengeRequested (line 17354) | updateLicenseChallengeRequested(e, r) { method updateLicenseChallengeReceived (line 17363) | updateLicenseChallengeReceived(e, i) { method updateLicenseChallengeSubmitted (line 17371) | updateLicenseChallengeSubmitted(e, i) { method updateLicenseChallengeCreated (line 17379) | updateLicenseChallengeCreated(e, i) { method updateLicenseResponseRequested (line 17387) | updateLicenseResponseRequested(e, t) { method updateLicenseResponseReceived (line 17394) | updateLicenseResponseReceived(e, i) { method updateLicenseResponseSubmitted (line 17402) | updateLicenseResponseSubmitted(e, t) { method _prepareEventPlayEnded (line 17409) | _prepareEventPlayEnded(e) { method _prepareEventPeriodic (line 17435) | _prepareEventPeriodic(e, o) { method _prepareEventPlayStalled (line 17456) | _prepareEventPlayStalled(e, s) { method _prepareEventKeySessionComplete (line 17467) | _prepareEventKeySessionComplete(e, r) { method _prepareEventPlayLikelyToKeepUp (line 17477) | _prepareEventPlayLikelyToKeepUp(e, n) { method _prepareEventPlayRateChanged (line 17487) | _prepareEventPlayRateChanged(e, n) { method _prepareEventPlayError (line 17497) | _prepareEventPlayError(e, s) { method _prepareEventMediaEngineStalled (line 17508) | _prepareEventMediaEngineStalled(e, s) { method _prepareEventSwitchComplete (line 17519) | _prepareEventSwitchComplete(e, s) { method _prepareEventVariantEnded (line 17530) | _prepareEventVariantEnded(e, n) { method _prepareEventNwError (line 17540) | _prepareEventNwError(e, n) { method _copyCommonKeys (line 17550) | _copyCommonKeys(e, t) { method _computeVariantInfo (line 17553) | _computeVariantInfo(e) { method _getMaxNormalizedPeak (line 17591) | _getMaxNormalizedPeak(e) { method _getNormalizedPeak (line 17603) | _getNormalizedPeak(e, t) { method _getVideoFourCC (line 17606) | _getVideoFourCC(e) { method _getVideoQualityIndex (line 17609) | _getVideoQualityIndex(e, t) { method _getBitrateRank (line 17612) | _getBitrateRank(e, t, i) { method _findTimeWeightedValues (line 17616) | _findTimeWeightedValues(o, l, d) { method _computeMediaStats (line 17635) | _computeMediaStats(e) { method _computeStats (line 17655) | _computeStats(e) { method _getVariantInfo (line 17672) | _getVariantInfo(e, t) { method _setTargetDuration (line 17675) | _setTargetDuration(e, t, i) { method _isBadSw (line 17678) | _isBadSw(e, t, i, r, n, s, a) { method _aggregateTimes (line 17682) | _aggregateTimes(e) { class Kf (line 17733) | class Kf { method constructor (line 17734) | constructor(e, t, i, r) { method destroy (line 17737) | destroy() { method detachMedia (line 17740) | detachMedia() { method handleError (line 17751) | handleError(e) { method handleMediaElementError (line 17767) | handleMediaElementError(e) { method handleFragLoaded (line 17770) | handleFragLoaded(e, t) { method handleFragBuffered (line 17791) | handleFragBuffered(e) { method handleLevelLoaded (line 17799) | handleLevelLoaded(e, t) { method handleLevelSwitched (line 17809) | handleLevelSwitched(e) { method handleLevelSwitching (line 17820) | handleLevelSwitching(e) { method handleLevelsChanged (line 17823) | handleLevelsChanged(e) { method handleManifestParsed (line 17828) | handleManifestParsed(e) { method handleSeek (line 17840) | handleSeek(e) { method handleDesiredRateChanged (line 17850) | handleDesiredRateChanged(e, t) { method handleVariantBufferAppended (line 17859) | handleVariantBufferAppended(e, t) { method handleStalled (line 17866) | handleStalled(e, t) { method handlePlaybackInfo (line 17876) | handlePlaybackInfo(e, t) { method checkMediaOptionType (line 17885) | checkMediaOptionType(e) { method rtcEventItemId (line 17888) | rtcEventItemId(e = !1) { method subscribeAndUpdateStore (line 17891) | subscribeAndUpdateStore() { method itemTransitioned (line 17905) | itemTransitioned(e, t) { method mediaElementQueryListener (line 17910) | mediaElementQueryListener(e) { method registerForEvents (line 17927) | registerForEvents() { method keyRequestStarted (line 17931) | keyRequestStarted(e) { method keyLoaded (line 17934) | keyLoaded(e) { method licenseChallengeReceived (line 17937) | licenseChallengeReceived(e) { method licenseChallengeSubmitted (line 17943) | licenseChallengeSubmitted(e) { method licenseChallengeCreated (line 17950) | licenseChallengeCreated(e) { method licenseResponseSubmitted (line 17960) | licenseResponseSubmitted(e) { method licenseResponseProcessed (line 17969) | licenseResponseProcessed(e) { method licenseChallengeError (line 17976) | licenseChallengeError(e) { method licenseResponseError (line 17982) | licenseResponseError(e) { method keyAborted (line 17988) | keyAborted(e) { method setPeriodic (line 17995) | setPeriodic(e) { method handlePeriodic (line 17998) | handlePeriodic(e) { method clearPeriodic (line 18001) | clearPeriodic() { method sendAndFinalize (line 18004) | sendAndFinalize(e, t) { class jf (line 18062) | class jf { method constructor (line 18063) | constructor(e, t = "quadratic-time-weighted", i = { method estimate$ (line 18069) | get estimate$() { method record (line 18072) | record(e) { method getEstimate (line 18081) | getEstimate() { method getLatest (line 18149) | getLatest() { method recordLatency (line 18161) | recordLatency(e, t) { method recordBandwidth (line 18167) | recordBandwidth(e, t, i) { method setCleanupTimeout (line 18174) | setCleanupTimeout(e) { method clearCleanupTimeout (line 18177) | clearCleanupTimeout() { method updateCleanupTimeout (line 18180) | updateCleanupTimeout(e) { method cleanUpExpiredEntries (line 18184) | cleanUpExpiredEntries() { method destroy (line 18192) | destroy() { class Gf (line 18302) | class Gf { method constructor (line 18303) | constructor(e = 0) { method avg (line 18306) | get avg() { method max (line 18309) | get max() { method count (line 18312) | get count() { method reset (line 18315) | reset() { method add (line 18318) | add(e) { class zf (line 18322) | class zf extends kl { method constructor (line 18323) | constructor(e, t) { method getBandwidthEstimate (line 18326) | getBandwidthEstimate(e, t) { method getPlaylistEstimate (line 18336) | getPlaylistEstimate(e, t) { method getBufferEstimate (line 18348) | getBufferEstimate(e, t) { method getFragEstimate (line 18360) | getFragEstimate(e, t) { method getCombinedEstimate (line 18372) | getCombinedEstimate() { method statsEntity (line 18375) | get statsEntity() { method bandwidthSample (line 18378) | get bandwidthSample() { method bandwidthStatus (line 18382) | get bandwidthStatus() { method fragSample (line 18386) | get fragSample() { method bandwidthEstimate$ (line 18390) | get bandwidthEstimate$() { method fragEstimate$ (line 18393) | get fragEstimate$() { method playlistEstimate$ (line 18396) | get playlistEstimate$() { method bufferEstimate$ (line 18399) | get bufferEstimate$() { method bandwidthSample$ (line 18402) | get bandwidthSample$() { method fragSample$ (line 18407) | get fragSample$() { method playlistSample$ (line 18412) | get playlistSample$() { method bufferMetric$ (line 18417) | get bufferMetric$() { class Xf (line 18423) | class Xf { method constructor (line 18424) | constructor(e) { method getQuery (line 18427) | getQuery() { method getQueryForItem (line 18430) | getQueryForItem(e) { method remove (line 18433) | remove(e) { method removeAll (line 18436) | removeAll() { method setBandwidthSample (line 18439) | setBandwidthSample(e) { method setFragSample (line 18442) | setFragSample(e) { method setPlaylistSample (line 18445) | setPlaylistSample(e) { method setBufferMetric (line 18448) | setBufferMetric(e) { method setBandwidthEstimate (line 18451) | setBandwidthEstimate(e) { method setFragEstimate (line 18454) | setFragEstimate(e) { method setPlaylistEstimate (line 18457) | setPlaylistEstimate(e) { method setBufferEstimate (line 18460) | setBufferEstimate(e) { method constructor (line 18465) | constructor() { method statsEntity (line 18471) | set statsEntity(e) { method playlistSample (line 18476) | set playlistSample(t) { method bandwidthSample (line 18481) | set bandwidthSample(t) { method fragSample (line 18486) | set fragSample(t) { method bufferMetric (line 18491) | set bufferMetric(t) { method bandwidthEstimate (line 18496) | set bandwidthEstimate(t) { method fragEstimate (line 18501) | set fragEstimate(t) { method playlistEstimate (line 18506) | set playlistEstimate(t) { method bufferEstimate (line 18511) | set bufferEstimate(t) { function em (line 18520) | function em(e, t) { function tm (line 18528) | function tm(f, m, g) { method timeRangeToArray (line 18615) | timeRangeToArray(t) { class rm (line 18621) | class rm { method constructor (line 18622) | constructor(e, t) { method destroy (line 18625) | destroy() { method setRTCQuery (line 18628) | setRTCQuery(e) { method setupReporter (line 18631) | setupReporter(e) { method addPlayTime (line 18638) | addPlayTime(e) { method updatePlaybackInfo (line 18642) | updatePlaybackInfo(e, t) { method updateStallCount (line 18645) | updateStallCount(e) { method updateMediaEngineStallCount (line 18648) | updateMediaEngineStallCount(e) { method updateCanPlay (line 18651) | updateCanPlay(e) { method updateFragLoaded (line 18654) | updateFragLoaded(e, t, i) { method addToAccessLog (line 18658) | addToAccessLog(e) { method addToErrorLog (line 18673) | addToErrorLog(e, t) { method getAccessLog (line 18688) | getAccessLog(e) { method errorLog (line 18702) | get errorLog() { method createAccessLogEntry (line 18705) | createAccessLogEntry() { method convertStringObjectToPrimitive (line 18729) | convertStringObjectToPrimitive(e) { method updateSvrAddrStats (line 18732) | updateSvrAddrStats(t) { method translateToAccessLogItem (line 18740) | translateToAccessLogItem(e, t, i, r) { method translateToErrorLogItem (line 18772) | translateToErrorLogItem(e, t, i) { method hasGap (line 18783) | hasGap(e, t, i, r) { method aggregateFragObserverdBitrate (line 18786) | aggregateFragObserverdBitrate(e, t, i, r) { method aggregateFragMinMaxBitrate (line 18794) | aggregateFragMinMaxBitrate(e, t) { method getVariantInfo (line 18797) | getVariantInfo(e) { method getKeySystemFormat (line 18865) | getKeySystemFormat(e) { method getKeySystemSecurityLevel (line 18869) | getKeySystemSecurityLevel(e) { function dm (line 18888) | function dm(e) { function um (line 18892) | function um(e) { method shortenLanguageCode (line 19062) | shortenLanguageCode(e) { method getRichestVideoCodec (line 19069) | getRichestVideoCodec(e) { method getRichestAudioCodec (line 19075) | getRichestAudioCodec(e) { method getRichestChannelLayoutForGroupId (line 19081) | getRichestChannelLayoutForGroupId(t, i) { function mm (line 19094) | function mm(e) { class gm (line 19097) | class gm { method constructor (line 19098) | constructor(e) { method getMediaFragment (line 19101) | getMediaFragment(e, t, i) { method url (line 19119) | get url() { method url (line 19125) | set url(e) { method programDateTime (line 19128) | get programDateTime() { method byteRange (line 19131) | get byteRange() { method byteRangeStartOffset (line 19139) | get byteRangeStartOffset() { method byteRangeEndOffset (line 19142) | get byteRangeEndOffset() { method rangeString (line 19145) | get rangeString() { method fragTag (line 19148) | get fragTag() { method addMediaToSelectionArray (line 19154) | addMediaToSelectionArray(e, t, i) { method addDefaultClosedCaptionOption (line 19167) | addDefaultClosedCaptionOption(e, t, i, r) { class Em (line 19201) | class Em { method constructor (line 19202) | constructor(e) { method isKey (line 19205) | isKey(e) { method trySetValue (line 19208) | trySetValue(e, t, i) { class Im (line 19212) | class Im { method parseTags (line 19213) | static parseTags(t) { method parseFunc (line 19228) | parseFunc(e) { method parseFunc (line 19264) | parseFunc(e) { method constructor (line 19269) | constructor() { method parseFunc (line 19273) | parseFunc(e) { method parseFunc (line 19287) | parseFunc(e) { function Am (line 19309) | function Am(e, t, i) { class Om (line 19315) | class Om { method isValidPlaylist (line 19316) | static isValidPlaylist(e) { method isMediaPlaylist (line 19319) | static isMediaPlaylist(e) { method replaceVariables (line 19322) | static replaceVariables(e, t) { method parseDecryptData (line 19334) | static parseDecryptData(e, t, i) { method shouldSelectKeyTag (line 19352) | static shouldSelectKeyTag(e, t, i) { method optOutClosedCaption (line 19355) | static optOutClosedCaption(t) { method parseRootPlaylistAlternateMediaOptions (line 19368) | static parseRootPlaylistAlternateMediaOptions(a, o, l, d, u, c) { method parseMediaOptionPlaylist (line 19442) | static parseMediaOptionPlaylist(e, t, i = !0, r, n, s, a, o, l, d = 0,... method parseRootPlaylist (line 19606) | static parseRootPlaylist(t, e, i, r) { method parseAllowedCPC (line 19744) | static parseAllowedCPC(e) { method parseSessionKeys (line 19761) | static parseSessionKeys(e, t, i) { method parseSessionData (line 19770) | static parseSessionData(e, t) { function Fm (line 19882) | function Fm(e, t) { function Bm (line 19888) | function Bm(t, r, n, s, a = !1, o = !1) { function Um (line 19906) | function Um(e, t, i, r, n, s = !1) { function $m (line 19916) | function $m(e) { class Vm (line 19926) | class Vm { method constructor (line 19927) | constructor(e) { method name (line 19930) | get name() { method priority (line 19933) | get priority() { method expiry (line 19936) | get expiry() { method filter (line 19939) | filter(i, e) { function Km (line 19946) | function Km(e, t, i) { function qm (line 19950) | function qm(t, e) { function Hm (line 19956) | function Hm() { class jm (line 19974) | class jm extends kl { method constructor (line 19975) | constructor(e, t, i) { method mediaOptionList (line 19978) | get mediaOptionList() { method mediaOptionList$ (line 19982) | get mediaOptionList$() { method mediaOptionFromId (line 19987) | mediaOptionFromId(t) { method _getFilteredList (line 19991) | _getFilteredList(e) { method filteredMediaOptionList (line 19994) | get filteredMediaOptionList() { method filteredMediaOptionList$ (line 19997) | get filteredMediaOptionList$() { method preferredMediaOptionList (line 20005) | get preferredMediaOptionList() { method preferredMediaOptionList$ (line 20008) | get preferredMediaOptionList$() { method getNewHost (line 20011) | getNewHost(e) { function Qm (line 20017) | function Qm(e) { function Wm (line 20021) | function Wm(e, t) { function Gm (line 20025) | function Gm(e, t, i, r) { function zm (line 20029) | function zm(e, t) { class Xm (line 20032) | class Xm extends jm { method constructor (line 20033) | constructor(e, t) { method makeFilters (line 20036) | static makeFilters() { method _initFilters (line 20064) | _initFilters() { method preferredHost (line 20067) | get preferredHost() { method preferredHost$ (line 20071) | get preferredHost$() { method mediaOptionListInfo (line 20076) | get mediaOptionListInfo() { method mediaOptionListInfo$ (line 20080) | get mediaOptionListInfo$() { method hdrMode$ (line 20085) | get hdrMode$() { method maxHdcpLevel$ (line 20088) | get maxHdcpLevel$() { method listFallbackVariants (line 20094) | listFallbackVariants(t, e, i, r, n) { method getFallbackVariant (line 20103) | getFallbackVariant(t, e, i, r) { method makeFilteredListFromVariant (line 20112) | makeFilteredListFromVariant(e, t, i) { method hasIframes (line 20125) | get hasIframes() { method canSwitchToSDR (line 20129) | canSwitchToSDR(e, t, i = !1) { method _listFallbackVariants (line 20143) | static _listFallbackVariants(e, r, n, t, s, a = !1, i = null) { method _getFallbackVariant (line 20164) | static _getFallbackVariant(e, t, i, r, n, s = !1) { method getMatchingVariant (line 20176) | getMatchingVariant(e, t) { method currentPathwayID (line 20192) | get currentPathwayID() { function Ym (line 20198) | function Ym(e, t) { function Jm (line 20209) | function Jm(e, t, i, r, n, s, a, o = !1) { function Zm (line 20224) | function Zm(e) { function eg (line 20253) | function eg(i, r, n, s, a, o, l) { function tg (line 20296) | function tg(e, t) { function ig (line 20300) | function ig(t, i, r) { function rg (line 20308) | function rg(e, t, i, r, n, s, a, o, l = !1) { function ng (line 20312) | function ng(e, t, i, r, n, s, a, o = !1) { function sg (line 20319) | function sg(t, i, r, n) { function ag (line 20332) | function ag(e, t, i, r, n) { function og (line 20338) | function og(r, t, e, n, s, a) { function lg (line 20380) | function lg(t, i, r, n, s, a, o, l) { class dg (line 20435) | class dg extends kl { method constructor (line 20436) | constructor(e) { method currentConfig (line 20439) | get currentConfig() { method extendMaxTTFB (line 20443) | get extendMaxTTFB() { method config$ (line 20447) | get config$() { method userSeek$ (line 20450) | get userSeek$() { class ug (line 20455) | class ug extends fl { method constructor (line 20456) | constructor() { class cg (line 20463) | class cg { method constructor (line 20464) | constructor(e) { method getQuery (line 20467) | getQuery() { method setHlsEntity (line 20470) | setHlsEntity(e) { method removeEntity (line 20476) | removeEntity(e) { method setStartTime (line 20479) | setStartTime(t) { method setUserSeek (line 20484) | setUserSeek(t) { method setExtendMaxTTFB (line 20489) | setExtendMaxTTFB(t) { function fg (line 20497) | function fg() { function mg (line 20501) | function mg() { function gg (line 20505) | function gg(r, n) { function yg (line 20539) | function yg(e, t, i) { function vg (line 20544) | function vg(e, t, i, r, n) { function Sg (line 20556) | function Sg(e) { function bg (line 20560) | function bg(e, t) { function Tg (line 20566) | function Tg(t, i, r = NaN) { function Eg (line 20579) | function Eg(e, t, i) { function Ig (line 20587) | function Ig(e, t, i, r, n) { function wg (line 20600) | function wg(e) { class Ag (line 20604) | class Ag extends kl { method constructor (line 20605) | constructor(e, t) { method itemId (line 20608) | get itemId() { method mediaOptionId (line 20611) | get mediaOptionId() { method initSegmentEntities (line 20614) | get initSegmentEntities() { method mediaLibraryEntity (line 20618) | get mediaLibraryEntity() { method mediaOptionDetailsEntityRecord (line 20621) | get mediaOptionDetailsEntityRecord() { method mediaOptionDetailsEntity (line 20625) | get mediaOptionDetailsEntity() { method mediaOptionDetails (line 20628) | get mediaOptionDetails() { method playlistDuration (line 20632) | get playlistDuration() { method mediaOptionDetailsEntity$ (line 20636) | get mediaOptionDetailsEntity$() { method mediaOptionDetails$ (line 20645) | get mediaOptionDetails$() { method playlistDuration$ (line 20650) | get playlistDuration$() { method live$ (line 20653) | get live$() { class Og (line 20657) | class Og extends fl { method constructor (line 20658) | constructor() { class kg (line 20666) | class kg { method constructor (line 20667) | constructor(e) { method getQuery (line 20670) | getQuery() { method getQueryForOption (line 20673) | getQueryForOption(e) { method createMediaLibraryEntity (line 20676) | createMediaLibraryEntity(e) { method setDetailsLoading (line 20683) | setDetailsLoading(e) { method archiveMediaOptionDetails (line 20697) | archiveMediaOptionDetails(i, r, n) { method setInitSegmentLoading (line 20707) | setInitSegmentLoading(e) { method archiveInitSegmentEntity (line 20717) | archiveInitSegmentEntity(i, r) { method updatePTSDTS (line 20730) | updatePTSDTS(e, i, t, r) { method remove (line 20754) | remove(e) { method clear (line 20757) | clear() { function Cg (line 20762) | function Cg() { function Pg (line 20851) | function Pg(e, n, t) { function Rg (line 20903) | function Rg(n, s, i, r) { function _g (line 21080) | function _g(e, t, i) { class Ng (line 21097) | class Ng { method constructor (line 21098) | constructor(e, t, i) { method destroy (line 21103) | destroy() { method subscribeAndEmit (line 21106) | subscribeAndEmit() { method activeItemListener (line 21114) | activeItemListener(e) { method rootPlaylistQueryListener (line 21122) | rootPlaylistQueryListener(t, e) { method mediaElementQueryListener (line 21203) | mediaElementQueryListener(s, e) { method checkAndTriggerReadyForNext (line 21250) | checkAndTriggerReadyForNext(e, t) { method loaderQueryListener (line 21256) | loaderQueryListener(e) { method triggerAudioSwitch (line 21266) | triggerAudioSwitch(e) { method triggerManifestLoaded (line 21271) | triggerManifestLoaded(e) { method triggerManifestParsed (line 21284) | triggerManifestParsed(e) { method urlRedactedManifestLoaded (line 21298) | urlRedactedManifestLoaded(e) { method urlRedactedManifestParsed (line 21302) | urlRedactedManifestParsed(e) { function Bg (line 21315) | function Bg(e, a, o, l, d, u) { function Ug (line 21328) | function Ug(e, t, i, r, n, s) { function Vg (line 21346) | function Vg(e, t) { function Kg (line 21350) | function Kg(e) { function qg (line 21354) | function qg(e, t) { function Hg (line 21358) | function Hg(t, i, e, r) { function jg (line 21372) | function jg(t, e, i, r, n, s, a) { function Qg (line 21408) | function Qg(e, t) { function Wg (line 21419) | function Wg(i, r, n, e, s, a, o, l, t, d, u, c, h, p, f) { function Gg (line 21506) | function Gg(e, t, i, r) { function zg (line 21514) | function zg(e, t, i, r, n, s) { function Xg (line 21519) | function Xg(t, e) { function Yg (line 21531) | function Yg(e, t, i) { function Jg (line 21535) | function Jg(e, t) { function Zg (line 21539) | function Zg(e) { function ty (line 21544) | function ty(e, t, i, r) { function iy (line 21559) | function iy(e, t, i, r, n) { class ay (line 21670) | class ay { method constructor (line 21671) | constructor() { method createItem (line 21674) | static createItem(e, t, i = NaN, r, n) { method activeItemById$ (line 21703) | get activeItemById$() { method removedItems$ (line 21706) | get removedItems$() { method activeItem (line 21709) | get activeItem() { method queueItems$ (line 21712) | get queueItems$() { method isFirstItem (line 21715) | get isFirstItem() { method playingItem (line 21718) | get playingItem() { method loadingItem (line 21721) | get loadingItem() { method addQueueItem (line 21724) | addQueueItem(e, t, i, r, n, s) { method updatePlayingItemId (line 21731) | updatePlayingItemId() { method resetLoadingItem (line 21734) | resetLoadingItem() { method isPreloading (line 21739) | isPreloading() { method setQueueItem (line 21742) | setQueueItem(t, i, r, n, s) { method removeQueueItem (line 21749) | removeQueueItem(e) { method clearQueue (line 21752) | clearQueue() { method clearAllButActive (line 21755) | clearAllButActive() { method earlyAudioSelection (line 21764) | set earlyAudioSelection(t) { method earlyAudioSelection (line 21769) | get earlyAudioSelection() { method earlySubtitleSelection (line 21773) | set earlySubtitleSelection(t) { method earlySubtitleSelection (line 21778) | get earlySubtitleSelection() { function oy (line 21784) | function oy(e, t, i, r, n, s) { class ly (line 21792) | class ly { method constructor (line 21793) | constructor(e, t, i, r, n, s) { method destroy (line 21798) | destroy() { method discoSeqNum (line 21801) | get discoSeqNum() { method _discoSeqNum (line 21804) | get _discoSeqNum() { method _discoSeqNum (line 21807) | set _discoSeqNum(e) { method anchorMSNs (line 21810) | get anchorMSNs() { method _resolvePosition (line 21813) | _resolvePosition(e, t, i) { method getDiscoSeqNumForTime (line 21823) | getDiscoSeqNumForTime(e, t) { method _updateAnchorByPosition (line 21832) | _updateAnchorByPosition(e, t) { method _updateAnchor (line 21848) | _updateAnchor(e, s) { method getNextFragments (line 21873) | getNextFragments(i, r, n) { method _getNextFragmentsInternal (line 21890) | _getNextFragmentsInternal(r, n) { method _getNextFragmentForType (line 21906) | _getNextFragmentForType(e, t, i) { method _updateAnchorForType (line 21969) | _updateAnchorForType(e, t) { function dy (line 21988) | function dy(e, t, i, r, n) { function cy (line 22005) | function cy(r) { function py (line 22429) | function py(e, i, t, r) { function fy (line 22462) | function fy(e, t, i, r) { function gy (line 22568) | function gy(d, u, c, h, p, f) { function yy (line 22603) | function yy(e) { class Ty (line 22818) | class Ty { method constructor (line 22819) | constructor(e, t, i) { method parseInitSegment (line 22828) | parseInitSegment(h, e) { method parseSegment (line 22868) | parseSegment(y, e) { method reset (line 22944) | reset(e) { method destroy (line 22951) | destroy(e) { method willBeTrackSwitch (line 22954) | willBeTrackSwitch(e, t) { method getDemuxerInfo (line 22961) | getDemuxerInfo(e, r, t, i) { method handleInitSegmentData (line 22987) | handleInitSegmentData(e) { method handleError (line 23008) | handleError(e) { function Ey (line 23013) | function Ey(a, e, t, h, p, i, r, n) { function Iy (line 23088) | function Iy(e, t, i, r) { function Ay (line 23101) | function Ay(e, t) { function Oy (line 23106) | function Oy(e) { function ky (line 23110) | function ky(e, t) { function Cy (line 23114) | function Cy() { function Dy (line 23131) | function Dy(e, t) { function My (line 23137) | function My(e, t, i) { function xy (line 23141) | function xy(e, i, s) { function Py (line 23162) | function Py(e, r) { function Ry (line 23193) | function Ry(e, t, l) { function Ly (line 23229) | function Ly(e, a, o, l, d, u) { function _y (line 23408) | function _y(e, t) { class Ny (line 23411) | class Ny extends jm { method constructor (line 23412) | constructor(e, t, i) { method makeFilters (line 23415) | static makeFilters() { method _initFilters (line 23418) | _initFilters() { method _mediaOptionType (line 23421) | get _mediaOptionType() { method preferredHost (line 23424) | get preferredHost() { method preferredHost$ (line 23427) | get preferredHost$() { method mediaOptionListInfo (line 23430) | get mediaOptionListInfo() { method mediaOptionListInfo$ (line 23434) | get mediaOptionListInfo$() { method getFallbackVariant (line 23437) | getFallbackVariant(t, e, i, r) { method getMatchingAlternateWithPersistentId (line 23449) | getMatchingAlternateWithPersistentId(t, i, r) { method matchGroup (line 23453) | matchGroup(e, t, i, r) { method getMatchingAlternate (line 23467) | getMatchingAlternate(e, t) { method packageAlternateMediaOption (line 23471) | packageAlternateMediaOption(e, t, i) { method augmentClosedCaptionsWithForcedSubtitles (line 23474) | augmentClosedCaptionsWithForcedSubtitles(e, t, i) { method pairForcedSubtitleMediaOptionWithClosedCaption (line 23481) | pairForcedSubtitleMediaOptionWithClosedCaption(t, i, r) { method pairForcedSubtitleMediaOptionWithClosedCaptionInList (line 23489) | static pairForcedSubtitleMediaOptionWithClosedCaptionInList(t, i, e) { class Fy (line 23496) | class Fy extends kl { method constructor (line 23497) | constructor(e, t) { method rootPlaylistEntity (line 23500) | get rootPlaylistEntity() { method rootMediaOptionsTuple (line 23503) | get rootMediaOptionsTuple() { method itemStartOffset (line 23511) | get itemStartOffset() { method highestVideoCodec (line 23515) | get highestVideoCodec() { method baseUrl (line 23519) | get baseUrl() { method anchorTime (line 23523) | get anchorTime() { method discoSeqNum (line 23527) | get discoSeqNum() { method discoSeqNum$ (line 23531) | get discoSeqNum$() { method audioMediaSelectionGroup (line 23534) | get audioMediaSelectionGroup() { method subtitleMediaSelectionGroup (line 23538) | get subtitleMediaSelectionGroup() { method audioMediaSelectionOptions (line 23542) | get audioMediaSelectionOptions() { method subtitleMediaSelectionOptions (line 23546) | get subtitleMediaSelectionOptions() { method contentSteeringOption (line 23550) | get contentSteeringOption() { method masterVariableList (line 23554) | get masterVariableList() { method loadStats (line 23558) | get loadStats() { method isMediaPlaylist (line 23562) | get isMediaPlaylist() { method getInitPTS (line 23566) | getInitPTS(e) { method abrStatus$ (line 23570) | get abrStatus$() { method abrStatus (line 23573) | get abrStatus() { method nextMaxAutoOptionId (line 23577) | get nextMaxAutoOptionId() { method nextMinAutoOptionId (line 23581) | get nextMinAutoOptionId() { method initPTS$ (line 23585) | initPTS$(t) { method rootPlaylistEntity$ (line 23590) | get rootPlaylistEntity$() { method rootPlaylistEntityAdded$ (line 23593) | get rootPlaylistEntityAdded$() { method rootMediaOptionsTuple$ (line 23596) | get rootMediaOptionsTuple$() { method sessionData (line 23599) | get sessionData() { method sessionData$ (line 23603) | get sessionData$() { method anchorTime$ (line 23608) | get anchorTime$() { method pendingSeek$ (line 23614) | get pendingSeek$() { method enabledMediaOptionKeys$ (line 23619) | get enabledMediaOptionKeys$() { method enabledMediaOptionKeys (line 23622) | get enabledMediaOptionKeys() { method enabledMediaOptionSwitchContexts (line 23626) | get enabledMediaOptionSwitchContexts() { method enabledMediaOptionSwitchContextsByType$ (line 23630) | enabledMediaOptionSwitchContextsByType$(t) { method enabledMediaOptions$ (line 23633) | get enabledMediaOptions$() { method enabledAVOptions$ (line 23636) | get enabledAVOptions$() { method rawEnabledMediaOptionByType$ (line 23639) | rawEnabledMediaOptionByType$(t) { method enabledMediaOptionByType$ (line 23648) | enabledMediaOptionByType$(e) { method enabledMediaOptionSwitchForType$ (line 23651) | enabledMediaOptionSwitchForType$(e) { method enableMediaOptionSwitchedForType$ (line 23658) | enableMediaOptionSwitchedForType$(t) { method enabledMediaOptionIdByType (line 23661) | enabledMediaOptionIdByType(e) { method enabledVariantMediaOptionIdBeforeTrickplaySwitch (line 23664) | get enabledVariantMediaOptionIdBeforeTrickplaySwitch() { method variantMediaOptionById (line 23667) | variantMediaOptionById(e) { method alternateMediaOptionById (line 23670) | alternateMediaOptionById(e, t) { method enabledAlternateMediaOptionByType (line 23673) | enabledAlternateMediaOptionByType(e) { method enabledVariantMediaOption (line 23677) | get enabledVariantMediaOption() { method lastLoadedMediaOptionByType (line 23681) | lastLoadedMediaOptionByType(e) { method nextMediaOptionsKeys$ (line 23685) | get nextMediaOptionsKeys$() { method preferredMediaOptions (line 23688) | get preferredMediaOptions() { method preferredMediaOptions$ (line 23691) | get preferredMediaOptions$() { method filteredMediaOptions (line 23694) | get filteredMediaOptions() { method getDisabledMediaOption (line 23697) | getDisabledMediaOption(e) { method getEnabledMediaOptionMask (line 23704) | getEnabledMediaOptionMask() { method getPreferredMediaOptionsByType$ (line 23707) | getPreferredMediaOptionsByType$(e) { method altMediaOptionHasValidUrl (line 23710) | altMediaOptionHasValidUrl(e, t) { method hdrMode$ (line 23714) | get hdrMode$() { method maxHdcpLevel$ (line 23717) | get maxHdcpLevel$() { method currentPathwayID (line 23720) | get currentPathwayID() { method preferredHost (line 23723) | get preferredHost() { method getErrorInfoByType (line 23726) | getErrorInfoByType(e) { method getInFlightFragByType (line 23730) | getInFlightFragByType(e) { method getInFlightFragByType$ (line 23734) | getInFlightFragByType$(t) { method matchAlternates (line 23739) | matchAlternates(e, t, i, r) { method getLegacyMatchingAlternateWithPersistentId (line 23743) | getLegacyMatchingAlternateWithPersistentId(e, t, i) { method isValidMediaOptionTuple (line 23747) | isValidMediaOptionTuple(i, e) { method matchGroup (line 23751) | matchGroup(e, t, i, r) { method preferHDR (line 23755) | get preferHDR() { class Uy (line 23762) | class Uy { method constructor (line 23763) | constructor(e, t) { method getQuery (line 23766) | getQuery() { method getQueryForId (line 23769) | getQueryForId(e) { method rootPlaylistEntity (line 23772) | set rootPlaylistEntity(e) { method removeItems (line 23775) | removeItems(e) { method removeAll (line 23778) | removeAll() { method setRootPlaylistEntity (line 23781) | setRootPlaylistEntity(e, t) { method setSessionData (line 23784) | setSessionData(e, t) { method setAnchorTime (line 23789) | setAnchorTime(e, t) { method setDiscoSeqNum (line 23794) | setDiscoSeqNum(e, t) { method setPendingSeek (line 23799) | setPendingSeek(e, t) { method setEnabledMediaOptionSwitchContextByType (line 23804) | setEnabledMediaOptionSwitchContextByType(e, i, r, n) { method setEnabledVariantMediaOptionIdBeforeTrickplaySwitch (line 23816) | setEnabledVariantMediaOptionIdBeforeTrickplaySwitch(e, t) { method setEnabledMediaOptionByType (line 23821) | setEnabledMediaOptionByType(r, n, s, a = !1, o) { method _associateForcedSubtitleWithClosedCaption (line 23841) | _associateForcedSubtitleWithClosedCaption(e, t, i, r) { method _updateEnabledMediaOptionKeys (line 23850) | _updateEnabledMediaOptionKeys(t, i) { method setManualMode (line 23874) | setManualMode(e, t) { method setEnabledMediaOptions (line 23879) | setEnabledMediaOptions(e, i) { method setEnabledMediaOptionsAndSwitchContexts (line 23891) | setEnabledMediaOptionsAndSwitchContexts(e, i, r) { method setNextMediaOptions (line 23903) | setNextMediaOptions(e, i) { method updateEnabledMediaOptions (line 23915) | updateEnabledMediaOptions(e) { method setLastLoadedMediaOptionByType (line 23920) | setLastLoadedMediaOptionByType(r, n, s) { method setPreferredHost (line 23930) | setPreferredHost(e, t) { method setViewportInfo (line 23935) | setViewportInfo(e, t) { method getExistingPersistentIds (line 23940) | static getExistingPersistentIds(e) { method doUpdateRootHDRSwitch (line 23957) | static doUpdateRootHDRSwitch(e, t, i, r) { method switchToSDROnly (line 23977) | switchToSDROnly(e) { method setHDRPreference (line 23983) | setHDRPreference(e, i, r) { method setPathwayPriority (line 23993) | setPathwayPriority(e, i) { method setCurrentPathwayID (line 24001) | setCurrentPathwayID(e, t) { method setInitPTS (line 24006) | setInitPTS(e, t, i, r, n, s) { method prunePenaltyBox (line 24016) | static prunePenaltyBox(e, t) { method addToPenaltyBox (line 24019) | static addToPenaltyBox(e, t, i) { method addToPenaltyBox (line 24025) | addToPenaltyBox(e, r, n) { method prunePenaltyBox (line 24034) | prunePenaltyBox(e, r = null) { method removePermanently (line 24043) | removePermanently(e, r, n) { method moveAllWithMatchingHosts (line 24052) | moveAllWithMatchingHosts(e, r, n, s) { method setMaxHdcpLevel (line 24068) | setMaxHdcpLevel(e, i, r = !1) { method updateConsecutiveTimeouts (line 24076) | updateConsecutiveTimeouts(e, i, r, n) { method updateInflightFrag (line 24100) | updateInflightFrag(l, d, u, c, h) { method setNextMaxAutoOptionId (line 24128) | setNextMaxAutoOptionId(e, t) { method setNextMinAutoOptionId (line 24135) | setNextMinAutoOptionId(e, t) { method setHighBWTrigger (line 24142) | setHighBWTrigger(e, t) { method setFragLoadSlow (line 24149) | setFragLoadSlow(e, t) { method pickMediaOptionTupleByPersistentId (line 24156) | pickMediaOptionTupleByPersistentId(e, t, i, r = !1, n = !1) { method getFallbackMediaOptionTupleFromMediaOptionId (line 24170) | getFallbackMediaOptionTupleFromMediaOptionId(e, t, i, r, n = !1, s = !... method hasFallbackMediaOptionTuple (line 24180) | hasFallbackMediaOptionTuple(e, t, i, r) { method setLegacyAlternateMediaOption (line 24184) | setLegacyAlternateMediaOption(e, t, i, r, n) { method setEnabledMediaOptionTupleWithMatchedGroups (line 24190) | setEnabledMediaOptionTupleWithMatchedGroups(t, i, e, r) { method canSwitchToSDR (line 24200) | canSwitchToSDR(e, t, i, r = !1) { method getBestMediaOptionTupleFromVariantAndPersistentId (line 24205) | getBestMediaOptionTupleFromVariantAndPersistentId(t, e, i, r, n, s, a,... method constructor (line 24219) | constructor() { method akitaPreAddEntity (line 24226) | akitaPreAddEntity(e) { function Ky (line 24253) | function Ky(e) { function Hy (line 24335) | function Hy(e, t, i, r, n, s, a) { function jy (line 24370) | function jy(e, t, i) { function Qy (line 24381) | function Qy(e, t, i, r, n, s, a, o) { function Gy (line 24644) | function Gy(t, o, l, d, u, c, h) { method constructor (line 24664) | constructor(e = {}, t) { method publicQueries$ (line 24967) | get publicQueries$() { method _activeRootQuery (line 24970) | get _activeRootQuery() { method _mediaElementQuery (line 24974) | get _mediaElementQuery() { method version (line 24978) | static get version() { method Events (line 24981) | static get Events() { method Events (line 24984) | get Events() { method DefaultConfig (line 24987) | static get DefaultConfig() { method DefaultConfig (line 24990) | get DefaultConfig() { method isSupported (line 24993) | static isSupported() { method commitEarlySelection (line 25004) | commitEarlySelection(e) { method _handleError (line 25008) | _handleError(i) { method updateLiveSeekableRange (line 25027) | updateLiveSeekableRange(e, t) { method playbackInfo (line 25037) | playbackInfo(i, r) { method currentItem (line 25063) | get currentItem() { method realCurrentTime (line 25066) | get realCurrentTime() { method realCurrentTime (line 25077) | set realCurrentTime(e) { method bufferedDuration (line 25081) | get bufferedDuration() { method sessionData (line 25086) | get sessionData() { method supportedFrameRates (line 25090) | get supportedFrameRates() { method loadSource (line 25097) | loadSource(e, i, t) { method queueSource (line 25126) | queueSource(e, t, i) { method dequeueSource (line 25133) | dequeueSource(e = "ApplicationInitiated") { method triggerItemEvicted (line 25141) | triggerItemEvicted(e, t) { method endSource (line 25150) | endSource() { method inGaplessMode (line 25153) | get inGaplessMode() { method isPreloading (line 25156) | get isPreloading() { method isFirstItem (line 25159) | get isFirstItem() { method loadingItem (line 25162) | get loadingItem() { method playingItem (line 25165) | get playingItem() { method url (line 25168) | get url() { method destroy (line 25171) | destroy() { method attachMedia (line 25177) | attachMedia(e) { method detachMedia (line 25184) | detachMedia() { method handleResolvedUri (line 25188) | handleResolvedUri(e, t) { method variantOptions$ (line 25194) | get variantOptions$() { method altAudioOptions$ (line 25203) | get altAudioOptions$() { method subtitleOptions$ (line 25209) | get subtitleOptions$() { method levels (line 25218) | get levels() { method audioTracks (line 25222) | get audioTracks() { method audioMediaOptions (line 25226) | get audioMediaOptions() { method subtitleMediaOptions (line 25230) | get subtitleMediaOptions() { method playbackLikelyToKeepUp (line 25234) | get playbackLikelyToKeepUp() { method duration$ (line 25238) | get duration$() { method timeupdate$ (line 25244) | get timeupdate$() { method playing$ (line 25250) | get playing$() { method desiredRate$ (line 25256) | get desiredRate$() { method desiredRate (line 25262) | set desiredRate(e) { method desiredRate (line 25265) | get desiredRate() { method effectiveRate (line 25269) | get effectiveRate() { method iframeMode (line 25273) | get iframeMode() { method accessLog (line 25277) | get accessLog() { method errorLog (line 25280) | get errorLog() { method setRate (line 25283) | setRate(e) { method sessionData$ (line 25303) | get sessionData$() { method skip (line 25306) | set skip(e) { method gaplessSeekTo (line 25309) | gaplessSeekTo(e) { method isIframeInternalSeek (line 25312) | isIframeInternalSeek(e) { method seekTo (line 25315) | set seekTo(e) { method seekToDate (line 25325) | seekToDate(e) { method availableProgramDateTime (line 25328) | get availableProgramDateTime() { method _currentDateToMediaTimeTuple (line 25331) | get _currentDateToMediaTimeTuple() { method playingDate (line 25336) | get playingDate() { method variantId (line 25346) | set variantId(e) {} method audioSelectedPersistentID (line 25347) | set audioSelectedPersistentID(e) { method audioSelectedPersistentID (line 25353) | get audioSelectedPersistentID() { method subtitleSelectedPersistentID (line 25357) | set subtitleSelectedPersistentID(e) { method subtitleSelectedPersistentID (line 25362) | get subtitleSelectedPersistentID() { method selectedMediaArray (line 25366) | get selectedMediaArray() { method selectedMediaArray (line 25393) | set selectedMediaArray(e) { method getHTMLTextTrack (line 25398) | getHTMLTextTrack(e) { method keysystems (line 25401) | get keysystems() { method setProtectionData (line 25404) | setProtectionData(e) { method generateKeyRequest (line 25407) | generateKeyRequest(e, t) { method setLicenseResponse (line 25412) | setLicenseResponse(e, t) { method bufferInfo$ (line 25415) | get bufferInfo$() { method bufferInfoByType$ (line 25427) | bufferInfoByType$(t) { method levelWithPersistentId (line 25430) | levelWithPersistentId(e) { method startLoad (line 25433) | startLoad(e) { method stopLoad (line 25436) | stopLoad() {} method config (line 25437) | get config() { method media (line 25444) | get media() { method subtitleDisplay (line 25447) | set subtitleDisplay(e) { FILE: src/renderer/apple-hls.js function hasUMDWorker (line 10) | function hasUMDWorker() { class JSAESDecryptor (line 23) | class JSAESDecryptor { method constructor (line 24) | constructor() { method uint8ArrayToUint32Array_ (line 40) | uint8ArrayToUint32Array_(arrayBuffer) { method initTable (line 49) | initTable() { method expandKey (line 105) | expandKey(keyBuffer) { method networkToHostOrderSwap (line 174) | networkToHostOrderSwap(word) { method decrypt (line 177) | decrypt(inputArrayBuffer, offset, aesIV) { method destroy (line 241) | destroy() { function removePadding (line 255) | function removePadding(decryptedData) { class CryptoRPCServer (line 279) | class CryptoRPCServer { method constructor (line 280) | constructor(rpc, logger) { class HlsError (line 477) | class HlsError extends Error { method constructor (line 478) | constructor(type, details, fatal, reason, response) { class PlaylistParsingError (line 562) | class PlaylistParsingError extends HlsError { method constructor (line 563) | constructor(type, details, fatal, reason, response) { class ExceptionError (line 738) | class ExceptionError extends HlsError { method constructor (line 739) | constructor(fatal, reason, response) { class FragParsingError (line 744) | class FragParsingError extends HlsError { method constructor (line 745) | constructor(fatal, reason, response) { class RemuxAllocError (line 749) | class RemuxAllocError extends HlsError { method constructor (line 750) | constructor(fatal, reason, response, bytes) { function convertTimestampToSeconds (line 756) | function convertTimestampToSeconds(ts) { function convertSecondsToTimestamp (line 759) | function convertSecondsToTimestamp(sec, timescale) { function convertTimescale (line 765) | function convertTimescale(ts, timescale) { function determineMinTimestamp (line 771) | function determineMinTimestamp(a, b) { function determineMaxTimestamp (line 776) | function determineMaxTimestamp(a, b) { function diffSeconds (line 784) | function diffSeconds(a, b) { class EventEmitterPolyfill (line 788) | class EventEmitterPolyfill { method constructor (line 789) | constructor() { method _on (line 792) | _on(eventName, eventRecord, prepend = false) { method _off (line 804) | _off(eventName, record) { method on (line 813) | on(eventName, listener) { method off (line 816) | off(eventName, listener) { method addListener (line 819) | addListener(eventName, listener) { method once (line 822) | once(eventName, listener) { method removeListener (line 825) | removeListener(eventName, listener) { method removeAllListeners (line 828) | removeAllListeners(event) { method setMaxListeners (line 832) | setMaxListeners(n) { method getMaxListeners (line 835) | getMaxListeners() { method listeners (line 839) | listeners(eventName) { method rawListeners (line 846) | rawListeners(eventName) { method emit (line 849) | emit(eventName, ...args) { method listenerCount (line 864) | listenerCount(eventName) { method prependListener (line 870) | prependListener(eventName, listener) { method prependOnceListener (line 873) | prependOnceListener(eventName, listener) { method eventNames (line 876) | eventNames() { class Observer (line 885) | class Observer extends EventEmitter { method trigger (line 891) | trigger(event, data) { class DemuxerBase (line 1015) | class DemuxerBase { method constructor (line 1016) | constructor(observer, remuxer, config, typeSupported, logger) { method probe (line 1023) | static probe(data, logger) { method resetTimeStamp (line 1026) | resetTimeStamp(initPTS90k) { } method resetInitSegment (line 1027) | resetInitSegment(initSegment, duration, keyTagInfo, discontinuity) { } method destroy (line 1028) | destroy() { } class EsDemuxer (line 1030) | class EsDemuxer extends DemuxerBase { method constructor (line 1031) | constructor(observer, remuxer, config, typeSupported, logger) { class RemuxerBase (line 1041) | class RemuxerBase { method constructor (line 1042) | constructor(observer, config, logger) { method resetInitSegment (line 1047) | resetInitSegment() { } method resetTimeStamp (line 1048) | resetTimeStamp(initPTS90k) { } method destroy (line 1049) | destroy() { } method strToUtf8array (line 1066) | strToUtf8array(str) { method utf8arrayToStr (line 1077) | utf8arrayToStr(array) { method strToUtf8array (line 1090) | strToUtf8array(str) { method utf8arrayToStr (line 1099) | utf8arrayToStr(array) { method strToUtf8array (line 1109) | strToUtf8array(str) { method utf8arrayToStr (line 1122) | utf8arrayToStr(array) { class ID3 (line 1136) | class ID3 { method constructor (line 1138) | constructor(data, logger) { method isHeader (line 1205) | static isHeader(data, offset) { method readSynchSafeUint32 (line 1217) | static readSynchSafeUint32(data) { method readUTF (line 1220) | static readUTF(data, start, len) { method isID3Frame (line 1228) | isID3Frame(data, offset) { method decodeID3Frame (line 1234) | decodeID3Frame(frame) { method decodeTxxxFrame (line 1251) | decodeTxxxFrame(frame) { method decodeWxxxFrame (line 1270) | decodeWxxxFrame(frame) { method decodeTextFrame (line 1291) | decodeTextFrame(frame) { method decodePrivFrame (line 1307) | decodePrivFrame(frame) { method _extractID3Frame (line 1318) | _extractID3Frame(data, frameId, frameLen, frameBodyOffset, endPos) { method _parseID3Frames (line 1329) | _parseID3Frames(data, offset, endPos) { method id3utf8ArrayToStr (line 1410) | id3utf8ArrayToStr(array) { method hasTimeStamp (line 1446) | get hasTimeStamp() { method timeStamp (line 1449) | get timeStamp() { method audioType (line 1452) | get audioType() { method length (line 1455) | get length() { method payload (line 1458) | get payload() { method frames (line 1461) | get frames() { method minor (line 1464) | get minor() { method revision (line 1467) | get revision() { class AACDemuxer (line 1475) | class AACDemuxer extends EsDemuxer { method resetInitSegment (line 1476) | resetInitSegment(initSegment, duration) { method probe (line 1481) | static probe(data, logger) { method append (line 1496) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo) { class BitstreamUtils (line 1584) | class BitstreamUtils { method bsReadAndUpdate (line 1598) | bsReadAndUpdate(data, bitStream, numBits) { method bsWriteAndUpdate (line 1615) | bsWriteAndUpdate(data, bitStream, numBits, value) { method bsSkip (line 1629) | bsSkip(bitStream, numBits) { method readBits (line 1633) | readBits(data, bitStream, numBits) { method writeBits (line 1687) | writeBits(data, bitStream, numBits, value) { method updateOffset (line 1739) | updateOffset(bitStream, numBits) { class AC3Demuxer (line 1947) | class AC3Demuxer extends EsDemuxer { method resetInitSegment (line 1948) | resetInitSegment(initSegment, duration) { method probe (line 1953) | static probe(data, logger) { method append (line 1968) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo) { class EC3Demuxer (line 2430) | class EC3Demuxer extends EsDemuxer { method resetInitSegment (line 2431) | resetInitSegment(initSegment, duration) { method probe (line 2436) | static probe(data, logger) { method append (line 2451) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo) { class MP3Demuxer (line 2775) | class MP3Demuxer extends EsDemuxer { method resetInitSegment (line 2776) | resetInitSegment(initSegment, duration) { method probe (line 2781) | static probe(data, logger) { method append (line 2799) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo) { function getSilentFrame (line 2825) | function getSilentFrame(codec, channelCount) { function isFiniteNumber (line 3046) | function isFiniteNumber(value) { function toFixed (line 3054) | function toFixed(val, precision) { function stringifyWithPrecision (line 3066) | function stringifyWithPrecision(obj, precision = 3) { function setupRedactUrl (line 3081) | function setupRedactUrl(buildType) { function redactUrl (line 3084) | function redactUrl(url) { function deepCpy (line 3089) | function deepCpy(obj) { function urlRedactedLevelInfo (line 3107) | function urlRedactedLevelInfo(indata) { function urlRedactedAltMediaOption (line 3119) | function urlRedactedAltMediaOption(indata) { class MP4 (line 3136) | class MP4 { method init (line 3137) | static init() { method set16 (line 3374) | static set16(num, data, index) { method set32 (line 3379) | static set32(num, data, index) { method box (line 3386) | static box(type, ...params) { method hdlr (line 3409) | static hdlr(type) { method mdat (line 3412) | static mdat(data) { method mdhd (line 3415) | static mdhd(timescale, duration) { method mdia (line 3458) | static mdia(track) { method mfhd (line 3464) | static mfhd(sequenceNumber) { method minf (line 3476) | static minf(track) { method moof (line 3484) | static moof(baseMediaDecodeTime, track) { method moov (line 3495) | static moov(tracks) { method mvex (line 3503) | static mvex(tracks) { method mvhd (line 3512) | static mvhd(timescale, duration) { method sdtp (line 3632) | static sdtp(track) { method stbl (line 3643) | static stbl(track) { method avc1 (line 3651) | static avc1(track) { method esds (line 3792) | static esds(config) { method audioStsd (line 3825) | static audioStsd(config) { method dac3 (line 3858) | static dac3(config) { method dec3 (line 3862) | static dec3(config) { method mp4a (line 3865) | static mp4a(info, config) { method mp3 (line 3879) | static mp3(config) { method ac3 (line 3882) | static ac3(info, config) { method ec3 (line 3894) | static ec3(info, config) { method stsd (line 3906) | static stsd(track) { method tkhd (line 3928) | static tkhd(track) { method traf (line 4038) | static traf(track, baseMediaDecodeTime) { method trak (line 4084) | static trak(track) { method trex (line 4095) | static trex(track) { method trun (line 4124) | static trun(track, offset) { method initSegment (line 4169) | static initSegment(tracks) { method saio (line 4180) | static saio(sencOffset) { method saiz (line 4197) | static saiz(defaultSampleInfoSize, sampleInfoSizes) { method senc (line 4215) | static senc(track) { method sinf (line 4270) | static sinf(decryptdata, type, originalCodingName) { method frma (line 4273) | static frma(originalCodingName) { method schm (line 4276) | static schm() { method schi (line 4292) | static schi(decryptdata, type) { method tenc (line 4295) | static tenc(decryptdata, trackType) { method sbgp (line 4321) | static sbgp(track) { method sgpd (line 4350) | static sgpd(track) { method pssh (line 4395) | static pssh(systemId, keyids, data) { method isAC3 (line 4472) | isAC3(codec) { method isEC3 (line 4475) | isEC3(codec) { method isDolbyAtmos (line 4478) | isDolbyAtmos(codec, channels) { method isAAC (line 4482) | isAAC(codec) { method isMP3 (line 4486) | isMP3(codec) { method isAVC (line 4490) | isAVC(codec) { method isHEVC (line 4503) | isHEVC(codec) { method isDolby (line 4507) | isDolby(codec) { method isVP09 (line 4510) | isVP09(codec) { method isCompatibleCodecString (line 4514) | isCompatibleCodecString(c1, c2) { method isVideoCodec (line 4525) | isVideoCodec(codec) { method isAudioCodec (line 4528) | isAudioCodec(codec) { method isCompatibleVideoCodec (line 4531) | isCompatibleVideoCodec(c1, c2) { method isCompatibleAudioCodec (line 4540) | isCompatibleAudioCodec(c1, c2) { method getSegmentCodec (line 4549) | getSegmentCodec(audioCodec) { method getChannelCount (line 4568) | getChannelCount(channels) { method avc1toavcoti (line 4579) | avc1toavcoti(codec) { method getDynamicRangeType (line 4593) | getDynamicRangeType(videoRange, videoCodec) { method getCompressionType (line 4606) | getCompressionType(videoCodec) { method isHigherCodecByFamily (line 4616) | isHigherCodecByFamily(currentCodec, newCodec) { class SilentAudio (line 4644) | class SilentAudio { method getTrack (line 4645) | static getTrack(observer, id, codec, channelCount, logger) { method getSample (line 4677) | static getSample(codec, channelCount) { method getSegment (line 4889) | static getSegment(silentTrack, sequenceNumber, startDtsTimescale, segm... class EsRemuxer (line 4952) | class EsRemuxer extends RemuxerBase { method constructor (line 4953) | constructor(observer, config, typeSupported, vendor, logger) { method resetTimeStamp (line 4961) | resetTimeStamp(defaultTimeStamp) { method resetInitSegment (line 4964) | resetInitSegment() { method remuxEsTracks (line 4976) | remuxEsTracks(audioTrack, videoTrack, id3Track, textTrack, timeOffset,... method updateInitPTSDTS (line 5122) | updateInitPTSDTS(videoTrack, audioTrack, timeOffset) { method generateIS (line 5151) | generateIS(audioTrack, videoTrack) { method remuxVideo (line 5220) | remuxVideo(track, timeOffset, contiguous, audioTrackLength, iframeDura... method remuxAudio (line 5480) | remuxAudio(track, timeOffset, contiguous, accurateTimeOffset, keyTagIn... method remuxEmptyAudio (line 5736) | remuxEmptyAudio(track, timeOffset, contiguous, accurateTimeOffset, vid... method remuxID3 (line 5761) | remuxID3(track, parsingData) { method remuxText (line 5777) | remuxText(track, parsingData) { function normalizePts (line 5799) | function normalizePts(value, reference) { function getVideoStartPts (line 5820) | function getVideoStartPts(videoSamples) { function tryStringify (line 5839) | function tryStringify (o) { function format$1 (line 5845) | function format$1(f, args, opts) { function shouldSerialize (line 5951) | function shouldSerialize (serialize, serializers) { function pino (line 5964) | function pino (opts) { function set$1 (line 6107) | function set$1 (opts, logger, level, fallback) { function wrap (line 6116) | function wrap (opts, logger, level) { function asObject (line 6151) | function asObject (logger, level, args, ts) { function applySerializers (line 6173) | function applySerializers (args, serialize, serializers, stdErrSerialize) { function bind (line 6187) | function bind (parent, bindings, level) { function transmit (line 6202) | function transmit (logger, opts, args) { function createLogEventShape (line 6230) | function createLogEventShape (bindings) { function asErrValue (line 6239) | function asErrValue (err) { function getTimeFunction (line 6253) | function getTimeFunction (opts) { function mock (line 6263) | function mock () { return {} } function passthrough (line 6264) | function passthrough (a) { return a } function noop$2 (line 6265) | function noop$2 () {} function nullTime (line 6267) | function nullTime () { return false } function epochTime (line 6268) | function epochTime () { return Date.now() } function unixTime (line 6269) | function unixTime () { return Math.round(Date.now() / 1000.0) } function isoTime (line 6270) | function isoTime () { return new Date(Date.now()).toISOString() } function pfGlobalThisOrFallback (line 6274) | function pfGlobalThisOrFallback () { function addQELevel (line 6292) | function addQELevel(options = {}) { function getLoggerConfig (line 6312) | function getLoggerConfig(config = {}) { function logFn (line 6334) | function logFn(consoleObj, consoleLevel) { function consoleWriteFn (line 6342) | function consoleWriteFn(method, logLevel, o) { function getCustomLocaleTimeString (line 6370) | function getCustomLocaleTimeString(isoDateTime) { function pad (line 6387) | function pad(number) { method bin2str (line 6410) | bin2str(buffer) { method readUint16 (line 6413) | readUint16(buffer, offset) { method readSint32 (line 6417) | readSint32(buffer, offset) { method readUint32 (line 6421) | readUint32(buffer, offset) { method writeUint32 (line 6425) | writeUint32(buffer, offset, value) { method readUint64 (line 6431) | readUint64(buffer, offset) { method writeUint64 (line 6437) | writeUint64(buffer, offset, value) { method findBox (line 6445) | findBox(data, path) { method findBoxWithOffset (line 6480) | findBoxWithOffset(data, offset, path, walkedPath) { class MP4EncryptionRemuxer (line 6547) | class MP4EncryptionRemuxer extends RemuxerBase { method constructor (line 6548) | constructor(observer, config, typeSupported, vendor, logger) { method _isCommonEncryptionInternal (line 6551) | static _isCommonEncryptionInternal(decryptMethod) { method remuxInitSegment (line 6554) | static remuxInitSegment(initSegment, logger, keyTagInfo, sinfArray) { method remuxCbc2InitSegment (line 6689) | static remuxCbc2InitSegment(initSegment, traksToAppend, logger) { method remuxOverflowSegment (line 6723) | static remuxOverflowSegment(data, logger) { method remuxOverflowMoof (line 6762) | static remuxOverflowMoof(moofData) { method remuxOverflowTraf (line 6814) | static remuxOverflowTraf(trafData) { method remuxText (line 6846) | remuxText(track, parsingData) { method remuxIFrame (line 6859) | remuxIFrame(startDTS, videoTrack, audioTrack, iframeDuration, track) { method remuxEmsgAndRawData (line 6903) | remuxEmsgAndRawData(audioDuration, hasAudio, videoDuration, hasVideo, ... method remuxID3 (line 6939) | remuxID3(track, parsingData) { class MP4Demuxer (line 6962) | class MP4Demuxer extends DemuxerBase { method constructor (line 6963) | constructor(observer, remuxer, config, typeSupported = undefined, logg... method resetTimeStamp (line 6973) | resetTimeStamp(initPTS90k) { method isHEVCFlavor (line 6987) | static isHEVCFlavor(codec) { method resetInitSegment (line 7013) | resetInitSegment(initSegment, duration, keyTagInfo) { method probe (line 7061) | static probe(data, logger) { method parseHvcC (line 7065) | static parseHvcC(data) { method hvcCToCodecString (line 7089) | static hvcCToCodecString(baseCodecType, codecConfig) { method parseDvcC (line 7103) | static parseDvcC(data) { method dvcCToCodecString (line 7118) | static dvcCToCodecString(baseCodecType, codecConfig) { method parseVpcC (line 7123) | static parseVpcC(data) { method vpcCToCodecString (line 7137) | static vpcCToCodecString(baseCodecType, codecConfig) { method checkAndAddLeadingZero (line 7143) | static checkAndAddLeadingZero(num) { method parseInitSegment (line 7165) | static parseInitSegment(initSegment) { method parseStsd (line 7236) | static parseStsd(stsd) { method has32BitTfdts (line 7319) | static has32BitTfdts(fragment) { method getStartDtsTs (line 7346) | static getStartDtsTs(initData, fragment) { method offsetStartDTS (line 7391) | static offsetStartDTS(initData, fragment, timeOffsetTs, audioPrimingDe... method writeStartDTS (line 7444) | static writeStartDTS(initData, fragmentData, startDTS) { method parseSAIO (line 7479) | static parseSAIO(saio) { method parseSAIZ (line 7503) | static parseSAIZ(saiz) { method parseSubsample (line 7520) | static parseSubsample(perSampleIVSize, entry) { method isSEIMessage (line 7538) | static isSEIMessage(isHEVCFlavor, naluType) { method parseCLCPSample (line 7541) | static parseCLCPSample(fragment, startSampleOffset, sampleSize) { method parseSamples (line 7571) | static parseSamples(startDTS, fragment, track, iframeDuration, useSEIC... method parseEmsg (line 7782) | static parseEmsg(data) { method extractID3PayloadCreateID3Track (line 7844) | static extractID3PayloadCreateID3Track(emsgInfo, timeOffset, id3Track,... method append (line 7911) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo, i... method extractSEICaptionsFromNALu (line 8011) | static extractSEICaptionsFromNALu(units, textTrack) { class ExpGolomb (line 8103) | class ExpGolomb { method constructor (line 8104) | constructor(data, logger) { method bytesAvailable (line 8114) | get bytesAvailable() { method loadWord (line 8117) | loadWord() { method skipBits (line 8128) | skipBits(count) { method readBits (line 8144) | readBits(size) { method skipLZ (line 8166) | skipLZ() { method skipUEG (line 8181) | skipUEG() { method skipEG (line 8185) | skipEG() { method readUEG (line 8189) | readUEG() { method readEG (line 8194) | readEG() { method readBoolean (line 8206) | readBoolean() { method readUByte (line 8210) | readUByte() { method readUShort (line 8214) | readUShort() { method readUInt (line 8218) | readUInt() { method skipScalingList (line 8228) | skipScalingList(count) { method readSPS (line 8247) | readSPS() { method readSliceType (line 8387) | readSliceType() { function isCompleteVideoConfig (line 8400) | function isCompleteVideoConfig(config) { class TsDemuxer (line 8409) | class TsDemuxer extends EsDemuxer { method constructor (line 8410) | constructor(observer, remuxer, config, typeSupported, logger) { method probe (line 8413) | static probe(data, logger) { method resetInitSegment (line 8422) | resetInitSegment(initSegment, duration, keyTagInfo) { method append (line 8435) | append(data, timeOffset, contiguous, accurateTimeOffset, keyTagInfo, i... method destroy (line 8626) | destroy() { method _parsePAT (line 8629) | _parsePAT(data, offset) { method _parsePMT (line 8633) | _parsePMT(data, offset, typeSupported) { method _parsePES (line 8732) | _parsePES(stream) { method pushAccesUnit (line 8822) | pushAccesUnit(avcContext, keyTagInfo) { method _parseAVCPES (line 8856) | _parseAVCPES(pes, last) { method _createAVCSample (line 9018) | _createAVCSample(key, pts, dts, debug) { method _insertSampleInOrder (line 9021) | _insertSampleInOrder(arr, data) { method _getLastNalUnit (line 9040) | _getLastNalUnit() { method _parseAVCNALu (line 9054) | _parseAVCNALu(array) { method discardEPB (line 9154) | discardEPB(data) { method _parseAACPES (line 9187) | _parseAACPES(pes) { method _parseMPEGPES (line 9274) | _parseMPEGPES(pes) { method _parseDolbyPES (line 9279) | _parseDolbyPES(pes) { class DemuxerInline (line 9352) | class DemuxerInline extends Observer { method constructor (line 9353) | constructor(typeSupported, config, vendor, logger) { method destroy (line 9360) | destroy() { method push (line 9371) | push(data, keyTagInfo, initSegment, timeOffset, discontinuity, trackSw... function generateUniqueID (line 9428) | function generateUniqueID() { class DemuxRPCServer (line 9436) | class DemuxRPCServer { method constructor (line 9437) | constructor(rpc, logger) { class RPCWorkerService (line 9482) | class RPCWorkerService { method constructor (line 9483) | constructor(worker) { method register (line 9510) | register(command, handler) { method unregister (line 9516) | unregister(command) { method invoke (line 9522) | invoke(command, args, transfer) { method teardown (line 9535) | teardown(done) { method _respond (line 9539) | _respond(id, command, result, error, transfer) { method _send (line 9552) | _send(message, transfer = []) { function __extends (line 9611) | function __extends(d, b) { function __rest (line 9630) | function __rest(s, e) { function __decorate$2 (line 9642) | function __decorate$2(decorators, target, key, desc) { function __metadata (line 9649) | function __metadata(metadataKey, metadataValue) { function __values (line 9653) | function __values(o) { function __read (line 9665) | function __read(o, n) { function __spread (line 9683) | function __spread() { function isFunction$1 (line 9690) | function isFunction$1(x) { method useDeprecatedSynchronousErrorHandling (line 9698) | set useDeprecatedSynchronousErrorHandling(value) { method useDeprecatedSynchronousErrorHandling (line 9701) | get useDeprecatedSynchronousErrorHandling() { function hostReportError (line 9707) | function hostReportError(err) { function isObject$1 (line 9730) | function isObject$1(x) { function UnsubscriptionErrorImpl (line 9736) | function UnsubscriptionErrorImpl(errors) { function Subscription (line 9751) | function Subscription(unsubscribe) { function flattenUnsubscriptionErrors (line 9880) | function flattenUnsubscriptionErrors(errors) { function Subscriber (line 9894) | function Subscriber(destinationOrNext, error, complete) { function SafeSubscriber (line 9982) | function SafeSubscriber(_parentSubscriber, observerOrNext, error, comple... function canReportError (line 10116) | function canReportError(observer) { function toSubscriber (line 10133) | function toSubscriber(nextOrObserver, error, complete) { function identity (line 10152) | function identity(x) { function pipe (line 10157) | function pipe() { function pipeFromArray (line 10164) | function pipeFromArray(fns) { function Observable (line 10178) | function Observable(subscribe) { function getPromiseCtor (line 10276) | function getPromiseCtor(promiseCtor) { function ObjectUnsubscribedErrorImpl (line 10288) | function ObjectUnsubscribedErrorImpl() { function SubjectSubscription (line 10302) | function SubjectSubscription(subject, subscriber) { function SubjectSubscriber (line 10331) | function SubjectSubscriber(destination) { function Subject (line 10340) | function Subject() { function AnonymousSubject (line 10440) | function AnonymousSubject(destination, source) { function refCount (line 10477) | function refCount() { function RefCountOperator (line 10483) | function RefCountOperator(connectable) { function RefCountSubscriber (line 10500) | function RefCountSubscriber(destination, connectable) { function ConnectableObservable (line 10535) | function ConnectableObservable(source, subjectFactory) { function ConnectableSubscriber (line 10588) | function ConnectableSubscriber(destination, connectable) { function BehaviorSubject (line 10621) | function BehaviorSubject(_value) { function Action (line 10660) | function Action(scheduler, work) { function AsyncAction (line 10672) | function AsyncAction(scheduler, work) { function QueueAction (line 10764) | function QueueAction(scheduler, work) { function Scheduler (line 10800) | function Scheduler(SchedulerAction, now) { function AsyncScheduler (line 10820) | function AsyncScheduler(SchedulerAction, now) { function QueueScheduler (line 10875) | function QueueScheduler() { function empty (line 10887) | function empty(scheduler) { function emptyScheduled (line 10890) | function emptyScheduled(scheduler) { function isScheduler (line 10895) | function isScheduler(value) { function scheduleArray (line 10910) | function scheduleArray(input, scheduler) { function fromArray (line 10929) | function fromArray(input, scheduler) { function of (line 10939) | function of() { function throwError (line 10955) | function throwError(error, scheduler) { function dispatch$1 (line 10963) | function dispatch$1(_a) { function Notification (line 10970) | function Notification(kind, value, error) { function observeOn (line 11035) | function observeOn(scheduler, delay) { function ObserveOnOperator (line 11044) | function ObserveOnOperator(scheduler, delay) { function ObserveOnSubscriber (line 11058) | function ObserveOnSubscriber(destination, scheduler, delay) { function ObserveOnMessage (line 11090) | function ObserveOnMessage(notification, destination) { function ReplaySubject (line 11100) | function ReplaySubject(bufferSize, windowTime, scheduler) { function ReplayEvent (line 11203) | function ReplayEvent(time, value) { function AsyncSubject (line 11213) | function AsyncSubject() { function noop (line 11258) | function noop() { } function isObservable (line 11261) | function isObservable(obj) { function ArgumentOutOfRangeErrorImpl (line 11267) | function ArgumentOutOfRangeErrorImpl() { function TimeoutErrorImpl (line 11280) | function TimeoutErrorImpl() { function map (line 11292) | function map(project, thisArg) { function MapOperator (line 11301) | function MapOperator(project, thisArg) { function MapSubscriber (line 11312) | function MapSubscriber(destination, project, thisArg) { function OuterSubscriber (line 11336) | function OuterSubscriber() { function InnerSubscriber (line 11354) | function InnerSubscriber(parent, outerValue, outerIndex) { function getSymbolIterator (line 11391) | function getSymbolIterator() { function isPromise (line 11449) | function isPromise(value) { function subscribeToResult (line 11476) | function subscribeToResult(outerSubscriber, result, outerValue, outerInd... function combineLatest (line 11491) | function combineLatest() { function CombineLatestOperator (line 11510) | function CombineLatestOperator(resultSelector) { function CombineLatestSubscriber (line 11520) | function CombineLatestSubscriber(destination, resultSelector) { function scheduleObservable (line 11583) | function scheduleObservable(input, scheduler) { function schedulePromise (line 11599) | function schedulePromise(input, scheduler) { function scheduleIterable (line 11617) | function scheduleIterable(input, scheduler) { function isInteropObservable (line 11660) | function isInteropObservable(input) { function isIterable (line 11665) | function isIterable(input) { function scheduled (line 11670) | function scheduled(input, scheduler) { function from (line 11689) | function from(input, scheduler) { function SimpleInnerSubscriber (line 11704) | function SimpleInnerSubscriber(parent) { function SimpleOuterSubscriber (line 11724) | function SimpleOuterSubscriber() { function innerSubscribe (line 11738) | function innerSubscribe(result, innerSubscriber) { function mergeMap (line 11749) | function mergeMap(project, resultSelector, concurrent) { function MergeMapOperator (line 11762) | function MergeMapOperator(project, concurrent) { function MergeMapSubscriber (line 11776) | function MergeMapSubscriber(destination, project, concurrent) { function mergeAll (line 11843) | function mergeAll(concurrent) { function concatAll (line 11851) | function concatAll() { function concat (line 11856) | function concat() { function defer (line 11865) | function defer(observableFactory) { function forkJoin (line 11881) | function forkJoin() { function forkJoinInternal (line 11903) | function forkJoinInternal(sources, keys) { function fromEvent (line 11945) | function fromEvent(target, eventName, options, resultSelector) { function setupSubscription (line 11965) | function setupSubscription(sourceObj, eventName, handler, subscriber, op... function isNodeStyleEventEmitter (line 11992) | function isNodeStyleEventEmitter(sourceObj) { function isJQueryStyleEventEmitter (line 11995) | function isJQueryStyleEventEmitter(sourceObj) { function isEventTarget (line 11998) | function isEventTarget(sourceObj) { function iif (line 12003) | function iif(condition, trueResult, falseResult) { function isNumeric (line 12014) | function isNumeric(val) { function merge (line 12019) | function merge() { function filter (line 12046) | function filter(predicate, thisArg) { function FilterOperator (line 12052) | function FilterOperator(predicate, thisArg) { function FilterSubscriber (line 12063) | function FilterSubscriber(destination, predicate, thisArg) { function race (line 12087) | function race() { function RaceOperator (line 12103) | function RaceOperator() { function RaceSubscriber (line 12112) | function RaceSubscriber(destination) { function timer (line 12158) | function timer(dueTime, periodOrScheduler, scheduler) { function dispatch (line 12181) | function dispatch(state) { function zip (line 12195) | function zip() { function ZipOperator (line 12207) | function ZipOperator(resultSelector) { function ZipSubscriber (line 12217) | function ZipSubscriber(destination, resultSelector, values) { function StaticIterator (line 12311) | function StaticIterator(iterator) { function StaticArrayIterator (line 12330) | function StaticArrayIterator(array) { function ZipBufferIterator (line 12354) | function ZipBufferIterator(destination, parent, observable) { function audit (line 12401) | function audit(durationSelector) { function AuditOperator (line 12407) | function AuditOperator(durationSelector) { function AuditSubscriber (line 12417) | function AuditSubscriber(destination, durationSelector) { function auditTime (line 12467) | function auditTime(duration, scheduler) { function catchError (line 12475) | function catchError(selector) { function CatchOperator (line 12483) | function CatchOperator(selector) { function CatchSubscriber (line 12493) | function CatchSubscriber(destination, selector, caught) { function concatMap (line 12522) | function concatMap(project, resultSelector) { function debounceTime (line 12527) | function debounceTime(dueTime, scheduler) { function DebounceTimeOperator (line 12534) | function DebounceTimeOperator(dueTime, scheduler) { function DebounceTimeSubscriber (line 12545) | function DebounceTimeSubscriber(destination, dueTime, scheduler) { function dispatchNext$1 (line 12583) | function dispatchNext$1(subscriber) { function defaultIfEmpty (line 12588) | function defaultIfEmpty(defaultValue) { function DefaultIfEmptyOperator (line 12595) | function DefaultIfEmptyOperator(defaultValue) { function DefaultIfEmptySubscriber (line 12605) | function DefaultIfEmptySubscriber(destination, defaultValue) { function isDate (line 12625) | function isDate(value) { function delay (line 12630) | function delay(delay, scheduler) { function DelayOperator (line 12639) | function DelayOperator(delay, scheduler) { function DelaySubscriber (line 12650) | function DelaySubscriber(destination, delay, scheduler) { function DelayMessage (line 12710) | function DelayMessage(time, notification) { function delayWhen (line 12718) | function delayWhen(delayDurationSelector, subscriptionDelay) { function DelayWhenOperator (line 12728) | function DelayWhenOperator(delayDurationSelector) { function DelayWhenSubscriber (line 12738) | function DelayWhenSubscriber(destination, delayDurationSelector) { function SubscriptionDelayObservable (line 12803) | function SubscriptionDelayObservable(source, subscriptionDelay) { function SubscriptionDelaySubscriber (line 12816) | function SubscriptionDelaySubscriber(parent, source) { function distinctUntilChanged (line 12845) | function distinctUntilChanged(compare, keySelector) { function DistinctUntilChangedOperator (line 12849) | function DistinctUntilChangedOperator(compare, keySelector) { function DistinctUntilChangedSubscriber (line 12860) | function DistinctUntilChangedSubscriber(destination, compare, keySelecto... function take (line 12903) | function take(count) { function TakeOperator (line 12914) | function TakeOperator(total) { function TakeSubscriber (line 12927) | function TakeSubscriber(destination, total) { function exhaustMap (line 12948) | function exhaustMap(project, resultSelector) { function ExhaustMapOperator (line 12957) | function ExhaustMapOperator(project) { function ExhaustMapSubscriber (line 12967) | function ExhaustMapSubscriber(destination, project) { function finalize$1 (line 13025) | function finalize$1(callback) { function FinallyOperator (line 13029) | function FinallyOperator(callback) { function FinallySubscriber (line 13039) | function FinallySubscriber(destination, callback) { function takeLast (line 13048) | function takeLast(count) { function TakeLastOperator (line 13059) | function TakeLastOperator(total) { function TakeLastSubscriber (line 13072) | function TakeLastSubscriber(destination, total) { function mapTo (line 13108) | function mapTo(value) { function MapToOperator (line 13112) | function MapToOperator(value) { function MapToSubscriber (line 13122) | function MapToSubscriber(destination, value) { function scan (line 13134) | function scan(accumulator, seed) { function ScanOperator (line 13144) | function ScanOperator(accumulator, seed, hasSeed) { function ScanSubscriber (line 13159) | function ScanSubscriber(destination, accumulator, _seed, hasSeed) { function reduce (line 13203) | function reduce(accumulator, seed) { function multicast (line 13215) | function multicast(subjectOrSubjectFactory, selector) { function MulticastOperator (line 13236) | function MulticastOperator(subjectFactory, selector) { function pairwise (line 13251) | function pairwise() { function PairwiseOperator (line 13255) | function PairwiseOperator() { function PairwiseSubscriber (line 13264) | function PairwiseSubscriber(destination) { function retryWhen (line 13286) | function retryWhen(notifier) { function RetryWhenOperator (line 13290) | function RetryWhenOperator(notifier, source) { function RetryWhenSubscriber (line 13301) | function RetryWhenSubscriber(destination, notifier, source) { function shareSubjectFactory (line 13357) | function shareSubjectFactory() { function share (line 13360) | function share() { function shareReplay (line 13365) | function shareReplay(configOrBufferSize, windowTime, scheduler) { function shareReplayOperator (line 13380) | function shareReplayOperator(_a) { function skip (line 13429) | function skip(count) { function SkipOperator (line 13433) | function SkipOperator(total) { function SkipSubscriber (line 13443) | function SkipSubscriber(destination, total) { function startWith (line 13458) | function startWith() { function switchMap (line 13474) | function switchMap(project, resultSelector) { function SwitchMapOperator (line 13481) | function SwitchMapOperator(project) { function SwitchMapSubscriber (line 13491) | function SwitchMapSubscriber(destination, project) { function switchMapTo (line 13545) | function switchMapTo(innerObservable, resultSelector) { function takeUntil (line 13550) | function takeUntil(notifier) { function TakeUntilOperator (line 13554) | function TakeUntilOperator(notifier) { function TakeUntilSubscriber (line 13570) | function TakeUntilSubscriber(destination) { function takeWhile (line 13585) | function takeWhile(predicate, inclusive) { function TakeWhileOperator (line 13594) | function TakeWhileOperator(predicate, inclusive) { function TakeWhileSubscriber (line 13605) | function TakeWhileSubscriber(destination, predicate, inclusive) { function tap (line 13640) | function tap(nextOrObserver, error, complete) { function DoOperator (line 13646) | function DoOperator(nextOrObserver, error, complete) { function TapSubscriber (line 13658) | function TapSubscriber(destination, observerOrNext, error, complete) { function throttleTime (line 13717) | function throttleTime(duration, scheduler, config) { function ThrottleTimeOperator (line 13727) | function ThrottleTimeOperator(duration, scheduler, leading, trailing) { function ThrottleTimeSubscriber (line 13740) | function ThrottleTimeSubscriber(destination, duration, scheduler, leadin... function dispatchNext (line 13792) | function dispatchNext(arg) { function timeoutWith (line 13798) | function timeoutWith(due, withObservable, scheduler) { function TimeoutWithOperator (line 13809) | function TimeoutWithOperator(waitFor, absoluteTimeout, withObservable, s... function TimeoutWithSubscriber (line 13822) | function TimeoutWithSubscriber(destination, absoluteTimeout, waitFor, wi... function timeout (line 13860) | function timeout(due, scheduler) { function withLatestFrom (line 13868) | function withLatestFrom() { function WithLatestFromOperator (line 13883) | function WithLatestFromOperator(observables, project) { function WithLatestFromSubscriber (line 13894) | function WithLatestFromSubscriber(destination, observables, project) { function resetCustomAction (line 13953) | function resetCustomAction() { function logAction (line 13957) | function logAction(type, entityIds) { function setAction (line 13961) | function setAction(type, entityIds) { function action (line 13967) | function action(action, entityIds) { function hasEntity (line 13983) | function hasEntity(entities, id) { function addEntities (line 13988) | function addEntities(_a) { function isNil (line 14026) | function isNil(v) { function coerceArray (line 14031) | function coerceArray(value) { function isObject (line 14051) | function isObject(value) { function isArray (line 14057) | function isArray(value) { function getActiveEntities (line 14062) | function getActiveEntities(idOrOptions, ids, currentActive) { function isDefined (line 14106) | function isDefined(val) { function isEmpty (line 14111) | function isEmpty(arr) { function isFunction (line 14119) | function isFunction(value) { function isUndefined (line 14124) | function isUndefined(value) { function hasActiveState (line 14129) | function hasActiveState(state) { function isMultiActiveState (line 14133) | function isMultiActiveState(active) { function resolveActiveEntity (line 14137) | function resolveActiveEntity(_a) { function getExitingActives (line 14148) | function getExitingActives(currentActivesIds, newIds) { function removeEntities (line 14158) | function removeEntities(_a) { function removeAllEntities (line 14187) | function removeAllEntities(state) { function toEntitiesObject (line 14192) | function toEntitiesObject(entities, idKey, preAddEntity) { function isEntityState (line 14218) | function isEntityState(state) { function applyMiddleware (line 14222) | function applyMiddleware(entities, preAddEntity) { function setEntities (line 14241) | function setEntities(_a) { function getAkitaConfig (line 14272) | function getAkitaConfig() { function getGlobalProducerFn (line 14275) | function getGlobalProducerFn() { function deepFreeze (line 14280) | function deepFreeze(o) { function dispatchDeleted (line 14303) | function dispatchDeleted(storeName) { function dispatchAdded (line 14307) | function dispatchAdded(storeName) { function dispatchUpdate (line 14311) | function dispatchUpdate(storeName, action) { function AkitaError (line 14318) | function AkitaError(message) { function assertStoreHasName (line 14324) | function assertStoreHasName(name, className) { function toBoolean (line 14331) | function toBoolean(value) { function isPlainObject$1 (line 14336) | function isPlainObject$1(value) { function startBatch (line 14361) | function startBatch() { function endBatch (line 14369) | function endBatch() { function isTransactionInProcess (line 14378) | function isTransactionInProcess() { function commit (line 14382) | function commit() { function applyTransaction (line 14397) | function applyTransaction(action, thisArg) { function transaction (line 14423) | function transaction() { function withTransaction (line 14454) | function withTransaction(next) { function Store (line 14486) | function Store(initialState, options) { function updateEntities (line 14757) | function updateEntities(_a) { function EntityStore (line 14848) | function EntityStore(initialState, options) { function EntityUIStore (line 15358) | function EntityUIStore(initialState, storeConfig) { function distinctUntilArrayItemChanged (line 15383) | function distinctUntilArrayItemChanged() { function hasChange (line 15405) | function hasChange(first, second) { function compareValues (line 15419) | function compareValues(key, order) { function entitiesToArray (line 15439) | function entitiesToArray(state, options) { function entitiesToMap (line 15467) | function entitiesToMap(state, options) { function isString (line 15516) | function isString(value) { function findEntityByPredicate (line 15521) | function findEntityByPredicate(predicate, entities) { function getEntity (line 15541) | function getEntity(id, project) { function mapSkipUndefined (line 15558) | function mapSkipUndefined(arr, callbackFn) { function compareKeys (line 15570) | function compareKeys(keysOrFuncs) { function Query (line 15584) | function Query(store) { function sortByOptions (line 15686) | function sortByOptions(options, config) { function QueryEntity (line 15706) | function QueryEntity(store, options) { function EntityUIQuery (line 15894) | function EntityUIQuery(store) { function getValue (line 15915) | function getValue(obj, prop) { function setValue (line 15933) | function setValue(obj, prop, val) { function AkitaPlugin (line 15954) | function AkitaPlugin(query, config) { function PaginatorPlugin (line 16046) | function PaginatorPlugin(query, config) { function generatePages (line 16325) | function generatePages(total, perPage) { function PersistNgFormPlugin (line 16336) | function PersistNgFormPlugin(query, factoryFnOrPath, params) { function EntityCollectionPlugin (line 16457) | function EntityCollectionPlugin(query, entityIds) { function StateHistoryPlugin (line 16601) | function StateHistoryPlugin(query, params, _entityId) { function EntityStateHistoryPlugin (line 16829) | function EntityStateHistoryPlugin(query, params) { function getNestedPath (line 16883) | function getNestedPath(nestedObj, path) { function DirtyCheckPlugin (line 16889) | function DirtyCheckPlugin(query, params, _entityId) { function EntityDirtyCheckPlugin (line 17004) | function EntityDirtyCheckPlugin(query, params) { function guid (line 17109) | function guid() { function combineQueries (line 17143) | function combineQueries(observables) { function die (line 17226) | function die(error) { function isDraft (line 17253) | function isDraft(value) { function isDraftable (line 17260) | function isDraftable(value) { function isPlainObject (line 17266) | function isPlainObject(value) { function original (line 17271) | function original(value) { function each (line 17290) | function each(obj, iter, enumerableOnly) { function getArchtype (line 17307) | function getArchtype(thing) { function has (line 17316) | function has(thing, prop) { function get (line 17321) | function get(thing, prop) { function set (line 17327) | function set(thing, propOrOldValue, value) { function is (line 17336) | function is(x, y) { function isMap (line 17346) | function isMap(target) { function isSet (line 17351) | function isSet(target) { function latest (line 17356) | function latest(state) { function shallowCopy (line 17361) | function shallowCopy(base) { function freeze (line 17389) | function freeze(obj, deep) { function dontMutateFrozenCollections (line 17404) | function dontMutateFrozenCollections() { function isFrozen (line 17408) | function isFrozen(obj) { function getPlugin (line 17417) | function getPlugin(pluginKey) { function loadPlugin (line 17427) | function loadPlugin(pluginKey, implementation) { function getCurrentScope (line 17432) | function getCurrentScope() { function createScope (line 17437) | function createScope(parent_, immer_) { function usePatchesInScope (line 17449) | function usePatchesInScope(scope, patchListener) { function revokeScope (line 17458) | function revokeScope(scope) { function leaveScope (line 17464) | function leaveScope(scope) { function enterScope (line 17469) | function enterScope(immer) { function revokeDraft (line 17473) | function revokeDraft(draft) { function processResult (line 17478) | function processResult(result, scope) { function finalize (line 17513) | function finalize(rootScope, value, path) { function finalizeProperty (line 17558) | function finalizeProperty(rootScope, parentState, targetObject, prop, ch... function maybeFreeze (line 17592) | function maybeFreeze(scope, value, deep) { function createProxyProxy (line 17608) | function createProxyProxy(base, parent) { function peek (line 17786) | function peek(draft, prop) { function readPropFromProto (line 17792) | function readPropFromProto(state, source, prop) { function getDescriptorFromProto (line 17801) | function getDescriptorFromProto(source, prop) { function markChanged (line 17815) | function markChanged(state) { function prepareCopy (line 17824) | function prepareCopy(state) { function Immer (line 17833) | function Immer(config) { function createProxy (line 18029) | function createProxy(immer, value, parent) { function current (line 18037) | function current(value) { function currentImpl (line 18042) | function currentImpl(value) { function copyHelper (line 18067) | function copyHelper(value, archType) { function enableES5 (line 18081) | function enableES5() { function enablePatches (line 18326) | function enablePatches() { function enableMapSet (line 18593) | function enableMapSet() { function enableAllPlugins (line 18943) | function enableAllPlugins() { function castDraft (line 19036) | function castDraft(value) { function castImmutable (line 19045) | function castImmutable(value) { function __webpack_require__ (line 19186) | function __webpack_require__(moduleId) { function defaultSetTimout (line 19287) | function defaultSetTimout() { function defaultClearTimeout (line 19290) | function defaultClearTimeout () { function runTimeout (line 19313) | function runTimeout(fun) { function runClearTimeout (line 19338) | function runClearTimeout(marker) { function cleanUpNextTick (line 19370) | function cleanUpNextTick() { function drainQueue (line 19385) | function drainQueue() { function Item (line 19423) | function Item(fun, array) { function noop (line 19437) | function noop() {} function parse (line 19718) | function parse(version, loose) { function valid (line 19740) | function valid(version, loose) { function clean (line 19747) | function clean(version, loose) { function SemVer (line 19754) | function SemVer(version, loose) { function inc (line 19967) | function inc(version, release, loose, identifier) { function diff (line 19981) | function diff(version1, version2) { function compareIdentifiers (line 20010) | function compareIdentifiers(a, b) { function rcompareIdentifiers (line 20027) | function rcompareIdentifiers(a, b) { function major (line 20032) | function major(a, loose) { function minor (line 20037) | function minor(a, loose) { function patch (line 20042) | function patch(a, loose) { function compare (line 20047) | function compare(a, b, loose) { function compareLoose (line 20052) | function compareLoose(a, b) { function rcompare (line 20057) | function rcompare(a, b, loose) { function sort (line 20062) | function sort(list, loose) { function rsort (line 20069) | function rsort(list, loose) { function gt (line 20076) | function gt(a, b, loose) { function lt (line 20081) | function lt(a, b, loose) { function eq (line 20086) | function eq(a, b, loose) { function neq (line 20091) | function neq(a, b, loose) { function gte (line 20096) | function gte(a, b, loose) { function lte (line 20101) | function lte(a, b, loose) { function cmp (line 20106) | function cmp(a, op, b, loose) { function Comparator (line 20131) | function Comparator(comp, loose) { function Range (line 20230) | function Range(range, loose) { function toComparators (line 20334) | function toComparators(range, loose) { function parseComparator (line 20345) | function parseComparator(comp, loose) { function isX (line 20358) | function isX(id) { function replaceTildes (line 20368) | function replaceTildes(comp, loose) { function replaceTilde (line 20374) | function replaceTilde(comp, loose) { function replaceCarets (line 20409) | function replaceCarets(comp, loose) { function replaceCaret (line 20415) | function replaceCaret(comp, loose) { function replaceXRanges (line 20464) | function replaceXRanges(comp, loose) { function replaceXRange (line 20471) | function replaceXRange(comp, loose) { function replaceStars (line 20537) | function replaceStars(comp, loose) { function hyphenReplace (line 20548) | function hyphenReplace($0, function testSet (line 20591) | function testSet(set, version) { function satisfies (line 20625) | function satisfies(version, range, loose) { function maxSatisfying (line 20635) | function maxSatisfying(versions, range, loose) { function minSatisfying (line 20655) | function minSatisfying(versions, range, loose) { function validRange (line 20675) | function validRange(range, loose) { function ltr (line 20687) | function ltr(version, range, loose) { function gtr (line 20693) | function gtr(version, range, loose) { function outside (line 20698) | function outside(version, range, hilo, loose) { function prerelease (line 20768) | function prerelease(version, loose) { function intersects (line 20774) | function intersects(r1, r2, loose) { function coerce (line 20781) | function coerce(version) { class RTCObjectRef (line 20852) | class RTCObjectRef { method constructor (line 20853) | constructor(objectNotToDestroy = null) { method addInstantiatedObject (line 20857) | addInstantiatedObject(objectToDestroy) { method instance (line 20860) | get instance() { method destroy (line 20863) | destroy() { class RTCReportingAgent (line 20870) | class RTCReportingAgent { method constructor (line 20871) | constructor(reportingConfig = {}) { method destroy (line 20881) | destroy() { method ReportingAllowed (line 20884) | get ReportingAllowed() { method version (line 20887) | static get version() { method issueReportingEvent (line 20890) | issueReportingEvent(eventID, eventPayload, eventType = _reporting_conf... method endSession (line 20901) | endSession() { method SessionInfo (line 20911) | set SessionInfo(session_info) { method SessionInfo (line 20914) | get SessionInfo() { method SessionID (line 20917) | get SessionID() { method ClientName (line 20923) | get ClientName() { method ServiceName (line 20929) | get ServiceName() { method _FuzzFactor (line 20935) | get _FuzzFactor() { method _initializeReportingAgent (line 20938) | _initializeReportingAgent(reportingConfig) { method _issueSessionBeginEvent (line 21055) | _issueSessionBeginEvent() { method _issueSessionEndEvent (line 21061) | _issueSessionEndEvent() { method _createSessionID (line 21067) | static _createSessionID() { class RTCReportingError (line 21236) | class RTCReportingError extends Error { method constructor (line 21237) | constructor(...args) { class RTCReportingEvent (line 21258) | class RTCReportingEvent { method constructor (line 21259) | constructor(eventID, status = 0, eventPayload = {}, fuzzFactor = 0, ev... method prepareEventPayload (line 21268) | prepareEventPayload(sessionInfo, sizeTillLastBatch, sizeOfLastBatch) { method EventPayload (line 21277) | get EventPayload() { method IsEventRealTime (line 21280) | get IsEventRealTime() { method _addEventMetadata (line 21283) | _addEventMetadata() { class EventDispatcher (line 21306) | class EventDispatcher { method constructor (line 21307) | constructor(eventEmitter, sessionID, useHTTPHeaders = false) { method sendEventData (line 21324) | sendEventData(url, eventDataAsJSON, clientName, serviceName, clientVer... method _sendEventDataUsingBeacon (line 21332) | _sendEventDataUsingBeacon(url, eventDataAsJSON, clientName, serviceNam... method _sendEventDataWithHTTPPost (line 21339) | _sendEventDataWithHTTPPost(url, eventDataAsJSON, clientName, serviceNa... method _createEventPayloadAsJSON (line 21350) | _createEventPayloadAsJSON(clientName, serviceName, clientVersion, send... method _sendEventDataWithHTTPHeaders (line 21361) | _sendEventDataWithHTTPHeaders(url, eventDataAsJSON, clientName, servic... class RTCReporter (line 21379) | class RTCReporter { method constructor (line 21380) | constructor(clientName, serviceName, sender, reportingStoreBag, client... method issueReportingEvent (line 21398) | issueReportingEvent(event, sessionInfo = {}) { method canReportEvents (line 21415) | canReportEvents() { method flushEventTimeout (line 21453) | flushEventTimeout() { method flushAllEvents (line 21456) | flushAllEvents() { method batchedEventsCount (line 21467) | batchedEventsCount() { method _EventList (line 21470) | get _EventList() { method _updateEventMetadata (line 21473) | _updateEventMetadata(event) { method _sendAllEvents (line 21480) | _sendAllEvents() { method _marshallAsJSONString (line 21505) | _marshallAsJSONString() { method _eventCounter (line 21517) | _eventCounter() { method _configureEventFlushTimer (line 21520) | _configureEventFlushTimer() { class RTCReportingParsedStoreBag (line 21555) | class RTCReportingParsedStoreBag { method constructor (line 21556) | constructor(storeBagConfig, selectedBagName, bagVersion, bagMinVersion... method listOfSupportedBackEnds (line 21562) | listOfSupportedBackEnds() { method listOfKeysToBlock (line 21565) | listOfKeysToBlock() { method IsValid (line 21575) | get IsValid() { method StoreBagName (line 21578) | get StoreBagName() { method StorebagVersion (line 21581) | get StorebagVersion() { method StoreBagSchemeVersion (line 21584) | get StoreBagSchemeVersion() { method BagMinVersionDict (line 21587) | get BagMinVersionDict() { method getStoreBagProperty (line 21590) | getStoreBagProperty(propertyKey) { class RTCReportingStoreBag (line 21598) | class RTCReportingStoreBag { method constructor (line 21599) | constructor(storebagURL, clientName = null, serviceName = null, applic... method destroy (line 21617) | destroy() { method fetchAndParseStoreBag (line 21623) | fetchAndParseStoreBag() { method createParsedStoreBag (line 21626) | createParsedStoreBag(applicationName = this.applicationName, senderSer... method _checkbagMinVersion (line 21633) | _checkbagMinVersion(bagMinVersionDict, currentVersionDict) { method _parseAndReturnStoreBag (line 21650) | _parseAndReturnStoreBag(storebag, applicationName, senderServiceID) { method _fetchStoreBag (line 21684) | _fetchStoreBag() { method _requestStoreBagAsync (line 21689) | _requestStoreBagAsync() { method _canUseBagConfig (line 21699) | _canUseBagConfig(bagConfig, applicationName, senderServiceID) { method _fillSelectedBagConfig (line 21726) | _fillSelectedBagConfig(selectedBag, bag) { function n (line 21763) | function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{... function r (line 21763) | function r(t){if(t)return function(t){for(var e in r.prototype)t[e]=r.pr... function n (line 21763) | function n(){this.off(t,n),e.apply(this,arguments);} function r (line 21763) | function r(t){return (r="function"==typeof Symbol&&"symbol"==typeof Symb... function o (line 21763) | function o(t,e){for(var n=0;n0);ret... function u (line 21763) | function u(){var t=a(+new Date);return t!==r?(s=0,r=t):t+"."+a(s++)} function r (line 21763) | function r(t){return (r="function"==typeof Symbol&&"symbol"==typeof Symb... function o (line 21763) | function o(t,e){var n;if("undefined"==typeof Symbol||null==t[Symbol.iter... function i (line 21763) | function i(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Ar... function s (line 21763) | function s(t,e){for(var n=0;n1&&void 0!==arguments[1]?argument... function o (line 21763) | function o(){if(r.onlyBinaryUpgrades){var t=!this.supportsBinary&&r.tran... function i (line 21763) | function i(){n||(n=!0,f(),e.close(),e=null);} function s (line 21763) | function s(t){var n=new Error("probe error: "+t);n.transport=e.name,i(),... function c (line 21763) | function c(){s("transport closed");} function a (line 21763) | function a(){s("socket closed");} function u (line 21763) | function u(t){e&&t.name!==e.name&&i();} function f (line 21763) | function f(){e.removeListener("open",o),e.removeListener("error",s),e.re... function e (line 21763) | function e(){t.onClose("forced close"),t.transport.close();} function n (line 21763) | function n(){t.removeListener("upgrade",n),t.removeListener("upgradeErro... function r (line 21763) | function r(){t.once("upgrade",n),t.once("upgradeError",n);} function r (line 21763) | function r(t){return (r="function"==typeof Symbol&&"symbol"==typeof Symb... function o (line 21763) | function o(){return (o=Object.assign||function(t){for(var e=1;e=0&&"\n"!==t.charAt(i);)r+... function k (line 10) | function k(e){var t,i=e.length,n=new Array(i);for(t=0;t0?(s=(r=k(e)).pop(),o=n.c... function o (line 10) | function o(e,t,i,n,r){var o;for(o=0;o1?e-1:e)<1?r+(s-r)*e*6:2*e<1?s:3*e<2... function Xe (line 10) | function Xe(e,t,i){var n,r,s,o,a=t.alpha,l=i.alpha,u=[];s=l+a*(1-l);for(... function v (line 10) | function v(){throw{type:"Argument",message:"svg-gradient expects directi... function pt (line 10) | function pt(e,t){var i,n=(t=t||{}).variables,r=new q.Eval(t);"object"!=t... function e (line 10) | function e(e){this.less=e,this.visitors=[],this.preProcessors=[],this.po... function wt (line 10) | function wt(e,t){var i,n,o,a;o=function(e){return function(){function t(... function o (line 10) | function o(t,i,n){t.status>=200&&t.status<300?i(t.responseText,t.getResp... function e (line 10) | function e(){throw{type:"Runtime",message:"Image size functions are not ... function f (line 10) | function f(e){var t={};for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);r... function p (line 10) | function p(e,t){var i=Array.prototype.slice.call(arguments,2);return fun... function v (line 10) | function v(e){for(var t,i=r.getElementsByTagName("style"),o=0;ofunction(t,e){const n=l?e.media||"default":t,... FILE: src/renderer/lib/vue.dev.js function isUndef (line 18) | function isUndef (v) { function isDef (line 22) | function isDef (v) { function isTrue (line 26) | function isTrue (v) { function isFalse (line 30) | function isFalse (v) { function isPrimitive (line 37) | function isPrimitive (value) { function isObject (line 52) | function isObject (obj) { function toRawType (line 61) | function toRawType (value) { function isPlainObject (line 69) | function isPlainObject (obj) { function isRegExp (line 73) | function isRegExp (v) { function isValidArrayIndex (line 80) | function isValidArrayIndex (val) { function isPromise (line 85) | function isPromise (val) { function toString (line 96) | function toString (val) { function toNumber (line 108) | function toNumber (val) { function makeMap (line 117) | function makeMap ( function remove (line 144) | function remove (arr, item) { function hasOwn (line 157) | function hasOwn (obj, key) { function cached (line 164) | function cached (fn) { function polyfillBind (line 204) | function polyfillBind (fn, ctx) { function nativeBind (line 218) | function nativeBind (fn, ctx) { function toArray (line 229) | function toArray (list, start) { function extend (line 242) | function extend (to, _from) { function toObject (line 252) | function toObject (arr) { function noop (line 269) | function noop (a, b, c) {} function genStaticKeys (line 286) | function genStaticKeys (modules) { function looseEqual (line 296) | function looseEqual (a, b) { function looseIndexOf (line 336) | function looseIndexOf (arr, val) { function once (line 346) | function once (fn) { function isReserved (line 489) | function isReserved (str) { function def (line 497) | function def (obj, key, val, enumerable) { function parsePath (line 510) | function parsePath (path) { function isNative (line 581) | function isNative (Ctor) { function Set (line 597) | function Set () { function pushTarget (line 755) | function pushTarget (target) { function popTarget (line 760) | function popTarget () { function createTextVNode (line 821) | function createTextVNode (val) { function cloneVNode (line 829) | function cloneVNode (vnode) { function toggleObserving (line 912) | function toggleObserving (value) { function protoAugment (line 966) | function protoAugment (target, src) { function copyAugment (line 977) | function copyAugment (target, src, keys) { function observe (line 989) | function observe (value, asRootData) { function defineReactive$$1 (line 1014) | function defineReactive$$1 ( function set (line 1080) | function set (target, key, val) { function del (line 1114) | function del (target, key) { function dependArray (line 1145) | function dependArray (value) { function mergeData (line 1182) | function mergeData (to, from) { function mergeDataOrFn (line 1212) | function mergeDataOrFn ( function mergeHook (line 1279) | function mergeHook ( function dedupeHooks (line 1295) | function dedupeHooks (hooks) { function mergeAssets (line 1316) | function mergeAssets ( function checkComponents (line 1406) | function checkComponents (options) { function validateComponentName (line 1412) | function validateComponentName (name) { function normalizeProps (line 1431) | function normalizeProps (options, vm) { function normalizeInject (line 1468) | function normalizeInject (options, vm) { function normalizeDirectives (line 1495) | function normalizeDirectives (options) { function assertObjectType (line 1507) | function assertObjectType (name, value, vm) { function mergeOptions (line 1521) | function mergeOptions ( function resolveAsset (line 1575) | function resolveAsset ( function validateProp (line 1607) | function validateProp ( function getPropDefaultValue (line 1649) | function getPropDefaultValue (vm, prop, key) { function assertProp (line 1682) | function assertProp ( function assertType (line 1734) | function assertType (value, type, vm) { function getType (line 1769) | function getType (fn) { function isSameType (line 1774) | function isSameType (a, b) { function getTypeIndex (line 1778) | function getTypeIndex (type, expectedTypes) { function getInvalidTypeMessage (line 1790) | function getInvalidTypeMessage (name, value, expectedTypes) { function styleValue (line 1812) | function styleValue (value, type) { function isExplicable (line 1823) | function isExplicable (value) { function isBoolean (line 1827) | function isBoolean () { function handleError (line 1836) | function handleError (err, vm, info) { function invokeWithErrorHandling (line 1863) | function invokeWithErrorHandling ( function globalHandleError (line 1885) | function globalHandleError (err, vm, info) { function logError (line 1900) | function logError (err, vm, info) { function flushCallbacks (line 1919) | function flushCallbacks () { function nextTick (line 1993) | function nextTick (cb, ctx) { function traverse (line 2140) | function traverse (val) { function _traverse (line 2145) | function _traverse (val, seen) { function createFnInvoker (line 2185) | function createFnInvoker (fns, vm) { function updateListeners (line 2204) | function updateListeners ( function mergeVNodeHook (line 2245) | function mergeVNodeHook (def, hookKey, hook) { function extractPropsFromVNodeData (line 2280) | function extractPropsFromVNodeData ( function checkProp (line 2321) | function checkProp ( function simpleNormalizeChildren (line 2360) | function simpleNormalizeChildren (children) { function normalizeChildren (line 2373) | function normalizeChildren (children) { function isTextNode (line 2381) | function isTextNode (node) { function normalizeArrayChildren (line 2385) | function normalizeArrayChildren (children, nestedIndex) { function initProvide (line 2435) | function initProvide (vm) { function initInjections (line 2444) | function initInjections (vm) { function resolveInject (line 2465) | function resolveInject (inject, vm) { function resolveSlots (line 2508) | function resolveSlots ( function isWhitespace (line 2548) | function isWhitespace (node) { function isAsyncPlaceholder (line 2554) | function isAsyncPlaceholder (node) { function normalizeScopedSlots (line 2560) | function normalizeScopedSlots ( function normalizeScopedSlot (line 2610) | function normalizeScopedSlot(normalSlots, key, fn) { function proxyNormalSlot (line 2636) | function proxyNormalSlot(slots, key) { function renderList (line 2645) | function renderList ( function renderSlot (line 2690) | function renderSlot ( function resolveFilter (line 2729) | function resolveFilter (id) { function isKeyNotMatch (line 2735) | function isKeyNotMatch (expect, actual) { function checkKeyCodes (line 2748) | function checkKeyCodes ( function bindObjectProps (line 2771) | function bindObjectProps ( function renderStatic (line 2827) | function renderStatic ( function markOnce (line 2852) | function markOnce ( function markStatic (line 2861) | function markStatic ( function markStaticNode (line 2877) | function markStaticNode (node, key, isOnce) { function bindObjectListeners (line 2885) | function bindObjectListeners (data, value) { function resolveScopedSlots (line 2906) | function resolveScopedSlots ( function bindDynamicKeys (line 2934) | function bindDynamicKeys (baseObj, values) { function prependModifier (line 2953) | function prependModifier (value, symbol) { function installRenderHelpers (line 2959) | function installRenderHelpers (target) { function FunctionalRenderContext (line 2981) | function FunctionalRenderContext ( function createFunctionalComponent (line 3057) | function createFunctionalComponent ( function cloneAndMarkFunctionalResult (line 3098) | function cloneAndMarkFunctionalResult (vnode, data, contextVm, options, ... function mergeProps (line 3114) | function mergeProps (to, from) { function createComponent (line 3195) | function createComponent ( function createComponentInstanceForVnode (line 3294) | function createComponentInstanceForVnode ( function installComponentHooks (line 3314) | function installComponentHooks (data) { function mergeHook$1 (line 3326) | function mergeHook$1 (f1, f2) { function transformModel (line 3338) | function transformModel (options, data) { function createElement (line 3365) | function createElement ( function _createElement (line 3384) | function _createElement ( function applyNS (line 3474) | function applyNS (vnode, ns, force) { function registerDeepBindings (line 3495) | function registerDeepBindings (data) { function initRender (line 3506) | function initRender (vm) { function renderMixin (line 3540) | function renderMixin (Vue) { function ensureCtor (line 3614) | function ensureCtor (comp, base) { function createAsyncPlaceholder (line 3626) | function createAsyncPlaceholder ( function resolveAsyncComponent (line 3639) | function resolveAsyncComponent ( function getFirstComponentChild (line 3763) | function getFirstComponentChild (children) { function initEvents (line 3778) | function initEvents (vm) { function add (line 3790) | function add (event, fn) { function remove$1 (line 3794) | function remove$1 (event, fn) { function createOnceHandler (line 3798) | function createOnceHandler (event, fn) { function updateComponentListeners (line 3808) | function updateComponentListeners ( function eventsMixin (line 3818) | function eventsMixin (Vue) { function setActiveInstance (line 3916) | function setActiveInstance(vm) { function initLifecycle (line 3924) | function initLifecycle (vm) { function lifecycleMixin (line 3950) | function lifecycleMixin (Vue) { function mountComponent (line 4033) | function mountComponent ( function updateChildComponent (line 4107) | function updateChildComponent ( function isInInactiveTree (line 4188) | function isInInactiveTree (vm) { function activateChildComponent (line 4195) | function activateChildComponent (vm, direct) { function deactivateChildComponent (line 4213) | function deactivateChildComponent (vm, direct) { function callHook (line 4229) | function callHook (vm, hook) { function resetSchedulerState (line 4260) | function resetSchedulerState () { function flushSchedulerQueue (line 4303) | function flushSchedulerQueue () { function callUpdatedHooks (line 4362) | function callUpdatedHooks (queue) { function queueActivatedComponent (line 4377) | function queueActivatedComponent (vm) { function callActivatedHooks (line 4384) | function callActivatedHooks (queue) { function queueWatcher (line 4396) | function queueWatcher (watcher) { function proxy (line 4638) | function proxy (target, sourceKey, key) { function initState (line 4648) | function initState (vm) { function initProps (line 4664) | function initProps (vm, propsOptions) { function initData (line 4712) | function initData (vm) { function getData (line 4754) | function getData (data, vm) { function initComputed (line 4769) | function initComputed (vm, computed) { function defineComputed (line 4812) | function defineComputed ( function createComputedGetter (line 4842) | function createComputedGetter (key) { function createGetterInvoker (line 4857) | function createGetterInvoker(fn) { function initMethods (line 4863) | function initMethods (vm, methods) { function initWatch (line 4891) | function initWatch (vm, watch) { function createWatcher (line 4904) | function createWatcher ( function stateMixin (line 4920) | function stateMixin (Vue) { function initMixin (line 4974) | function initMixin (Vue) { function initInternalComponent (line 5031) | function initInternalComponent (vm, options) { function resolveConstructorOptions (line 5050) | function resolveConstructorOptions (Ctor) { function resolveModifiedOptions (line 5074) | function resolveModifiedOptions (Ctor) { function Vue (line 5087) | function Vue (options) { function initUse (line 5103) | function initUse (Vue) { function initMixin$1 (line 5125) | function initMixin$1 (Vue) { function initExtend (line 5134) | function initExtend (Vue) { function initProps$1 (line 5210) | function initProps$1 (Comp) { function initComputed$1 (line 5217) | function initComputed$1 (Comp) { function initAssetRegisters (line 5226) | function initAssetRegisters (Vue) { function getComponentName (line 5262) | function getComponentName (opts) { function matches (line 5266) | function matches (pattern, name) { function pruneCache (line 5278) | function pruneCache (keepAliveInstance, filter) { function pruneCacheEntry (line 5293) | function pruneCacheEntry ( function initGlobalAPI (line 5422) | function initGlobalAPI (Vue) { function genClassForVnode (line 5547) | function genClassForVnode (vnode) { function mergeClassData (line 5565) | function mergeClassData (child, parent) { function renderClass (line 5574) | function renderClass ( function concat (line 5585) | function concat (a, b) { function stringifyClass (line 5589) | function stringifyClass (value) { function stringifyArray (line 5603) | function stringifyArray (value) { function stringifyObject (line 5615) | function stringifyObject (value) { function getTagNamespace (line 5662) | function getTagNamespace (tag) { function isUnknownElement (line 5674) | function isUnknownElement (tag) { function query (line 5706) | function query (el) { function createElement$1 (line 5723) | function createElement$1 (tagName, vnode) { function createElementNS (line 5735) | function createElementNS (namespace, tagName) { function createTextNode (line 5739) | function createTextNode (text) { function createComment (line 5743) | function createComment (text) { function insertBefore (line 5747) | function insertBefore (parentNode, newNode, referenceNode) { function removeChild (line 5751) | function removeChild (node, child) { function appendChild (line 5755) | function appendChild (node, child) { function parentNode (line 5759) | function parentNode (node) { function nextSibling (line 5763) | function nextSibling (node) { function tagName (line 5767) | function tagName (node) { function setTextContent (line 5771) | function setTextContent (node, text) { function setStyleScope (line 5775) | function setStyleScope (node, scopeId) { function registerRef (line 5811) | function registerRef (vnode, isRemoval) { function sameVnode (line 5854) | function sameVnode (a, b) { function sameInputType (line 5871) | function sameInputType (a, b) { function createKeyToOldIdx (line 5879) | function createKeyToOldIdx (children, beginIdx, endIdx) { function createPatchFunction (line 5889) | function createPatchFunction (backend) { function updateDirectives (line 6617) | function updateDirectives (oldVnode, vnode) { function _update (line 6623) | function _update (oldVnode, vnode) { function normalizeDirectives$1 (line 6686) | function normalizeDirectives$1 ( function getRawDirName (line 6709) | function getRawDirName (dir) { function callHook$1 (line 6713) | function callHook$1 (dir, hook, vnode, oldVnode, isDestroy) { function updateAttrs (line 6731) | function updateAttrs (oldVnode, vnode) { function setAttr (line 6772) | function setAttr (el, key, value, isInPre) { function baseSetAttr (line 6801) | function baseSetAttr (el, key, value) { function updateClass (line 6833) | function updateClass (oldVnode, vnode) { function parseFilters (line 6873) | function parseFilters (exp) { function wrapFilter (line 6955) | function wrapFilter (exp, filter) { function baseWarn (line 6972) | function baseWarn (msg, range) { function pluckModuleFunction (line 6977) | function pluckModuleFunction ( function addProp (line 6986) | function addProp (el, name, value, range, dynamic) { function addAttr (line 6991) | function addAttr (el, name, value, range, dynamic) { function addRawAttr (line 7000) | function addRawAttr (el, name, value, range) { function addDirective (line 7005) | function addDirective ( function prependModifierMarker (line 7026) | function prependModifierMarker (symbol, name, dynamic) { function addHandler (line 7032) | function addHandler ( function getRawBindingAttr (line 7115) | function getRawBindingAttr ( function getBindingAttr (line 7124) | function getBindingAttr ( function getAndRemoveAttr (line 7146) | function getAndRemoveAttr ( function getAndRemoveAttrByRegex (line 7167) | function getAndRemoveAttrByRegex ( function rangeSetItem (line 7181) | function rangeSetItem ( function genComponentModel (line 7201) | function genComponentModel ( function genAssignmentCode (line 7233) | function genAssignmentCode ( function parseModel (line 7264) | function parseModel (val) { function next (line 7304) | function next () { function eof (line 7308) | function eof () { function isStringStart (line 7312) | function isStringStart (chr) { function parseBracket (line 7316) | function parseBracket (chr) { function parseString (line 7334) | function parseString (chr) { function model (line 7353) | function model ( function genCheckboxModel (line 7406) | function genCheckboxModel ( function genRadioModel (line 7437) | function genRadioModel ( function genSelect (line 7449) | function genSelect ( function genDefaultModel (line 7466) | function genDefaultModel ( function normalizeEvents (line 7525) | function normalizeEvents (on) { function createOnceHandler$1 (line 7544) | function createOnceHandler$1 (event, handler, capture) { function add$1 (line 7559) | function add$1 ( function remove$2 (line 7604) | function remove$2 ( function updateDOMListeners (line 7617) | function updateDOMListeners (oldVnode, vnode) { function updateDOMProps (line 7638) | function updateDOMProps (oldVnode, vnode) { function shouldUpdateValue (line 7711) | function shouldUpdateValue (elm, checkVal) { function isNotInFocusAndDirty (line 7719) | function isNotInFocusAndDirty (elm, checkVal) { function isDirtyWithModifiers (line 7729) | function isDirtyWithModifiers (elm, newVal) { function normalizeStyleData (line 7764) | function normalizeStyleData (data) { function normalizeStyleBinding (line 7774) | function normalizeStyleBinding (bindingStyle) { function getStyle (line 7788) | function getStyle (vnode, checkChild) { function updateStyle (line 7861) | function updateStyle (oldVnode, vnode) { function addClass (line 7917) | function addClass (el, cls) { function removeClass (line 7942) | function removeClass (el, cls) { function resolveTransition (line 7975) | function resolveTransition (def$$1) { function nextFrame (line 8035) | function nextFrame (fn) { function addTransitionClass (line 8041) | function addTransitionClass (el, cls) { function removeTransitionClass (line 8049) | function removeTransitionClass (el, cls) { function whenTransitionEnds (line 8056) | function whenTransitionEnds ( function getTransitionInfo (line 8089) | function getTransitionInfo (el, expectedType) { function getTimeout (line 8139) | function getTimeout (delays, durations) { function toMs (line 8154) | function toMs (s) { function enter (line 8160) | function enter (vnode, toggleDisplay) { function leave (line 8311) | function leave (vnode, rm) { function checkDuration (line 8416) | function checkDuration (val, name, vnode) { function isValidDuration (line 8432) | function isValidDuration (val) { function getHookArgumentsLength (line 8442) | function getHookArgumentsLength (fn) { function _enter (line 8459) | function _enter (_, vnode) { function setSelected (line 8564) | function setSelected (el, binding, vm) { function actuallySetSelected (line 8574) | function actuallySetSelected (el, binding, vm) { function hasNoMatchingOption (line 8607) | function hasNoMatchingOption (value, options) { function getValue (line 8611) | function getValue (option) { function onCompositionStart (line 8617) | function onCompositionStart (e) { function onCompositionEnd (line 8621) | function onCompositionEnd (e) { function trigger (line 8628) | function trigger (el, type) { function locateNode (line 8637) | function locateNode (vnode) { function getRealChild (line 8725) | function getRealChild (vnode) { function extractTransitionData (line 8734) | function extractTransitionData (comp) { function placeholder (line 8750) | function placeholder (h, rawChild) { function hasParentTransition (line 8758) | function hasParentTransition (vnode) { function isSameChild (line 8766) | function isSameChild (child, oldChild) { function callPendingCbs (line 9033) | function callPendingCbs (c) { function recordPosition (line 9044) | function recordPosition (c) { function applyTranslation (line 9048) | function applyTranslation (c) { function parseText (line 9130) | function parseText ( function transformNode (line 9167) | function transformNode (el, options) { function genData (line 9191) | function genData (el) { function transformNode$1 (line 9210) | function transformNode$1 (el, options) { function genData$1 (line 9236) | function genData$1 (el) { function decodeAttr (line 9325) | function decodeAttr (value, shouldDecodeNewlines) { function parseHTML (line 9330) | function parseHTML (html, options) { function createASTElement (line 9618) | function createASTElement ( function parse (line 9637) | function parse ( function processPre (line 9964) | function processPre (el) { function processRawAttrs (line 9970) | function processRawAttrs (el) { function processElement (line 9991) | function processElement ( function processKey (line 10016) | function processKey (el) { function processRef (line 10043) | function processRef (el) { function processFor (line 10051) | function processFor (el) { function parseFor (line 10068) | function parseFor (exp) { function processIf (line 10087) | function processIf (el) { function processIfConditions (line 10106) | function processIfConditions (el, parent) { function findPrevElement (line 10122) | function findPrevElement (children) { function addIfCondition (line 10140) | function addIfCondition (el, condition) { function processOnce (line 10147) | function processOnce (el) { function processSlotContent (line 10156) | function processSlotContent (el) { function getSlotName (line 10275) | function getSlotName (binding) { function processSlotOutlet (line 10295) | function processSlotOutlet (el) { function processComponent (line 10309) | function processComponent (el) { function processAttrs (line 10319) | function processAttrs (el) { function checkInFor (line 10452) | function checkInFor (el) { function parseModifiers (line 10463) | function parseModifiers (name) { function makeAttrsMap (line 10472) | function makeAttrsMap (attrs) { function isTextTag (line 10486) | function isTextTag (el) { function isForbiddenTag (line 10490) | function isForbiddenTag (el) { function guardIESVGBug (line 10504) | function guardIESVGBug (attrs) { function checkForAliasModel (line 10516) | function checkForAliasModel (el, value) { function preTransformNode (line 10535) | function preTransformNode (el, options) { function cloneASTElement (line 10597) | function cloneASTElement (el) { function text (line 10613) | function text (el, dir) { function html (line 10621) | function html (el, dir) { function optimize (line 10666) | function optimize (root, options) { function genStaticKeys$1 (line 10676) | function genStaticKeys$1 (keys) { function markStatic$1 (line 10683) | function markStatic$1 (node) { function markStaticRoots (line 10715) | function markStaticRoots (node, isInFor) { function isStatic (line 10745) | function isStatic (node) { function isDirectChildOfTemplateFor (line 10762) | function isDirectChildOfTemplateFor (node) { function genHandlers (line 10829) | function genHandlers ( function genHandler (line 10852) | function genHandler (handler) { function genKeyFilter (line 10911) | function genKeyFilter (keys) { function genFilterCode (line 10921) | function genFilterCode (key) { function on (line 10940) | function on (el, dir) { function bind$1 (line 10949) | function bind$1 (el, dir) { function generate (line 10984) | function generate ( function genElement (line 10997) | function genElement (el, state) { function genStatic (line 11037) | function genStatic (el, state) { function genOnce (line 11052) | function genOnce (el, state) { function genIf (line 11079) | function genIf ( function genIfConditions (line 11089) | function genIfConditions ( function genFor (line 11116) | function genFor ( function genData$2 (line 11148) | function genData$2 (el, state) { function genDirectives (line 11232) | function genDirectives (el, state) { function genInlineTemplate (line 11257) | function genInlineTemplate (el, state) { function genScopedSlots (line 11271) | function genScopedSlots ( function hash (line 11325) | function hash(str) { function containsSlotChild (line 11334) | function containsSlotChild (el) { function genScopedSlot (line 11344) | function genScopedSlot ( function genChildren (line 11369) | function genChildren ( function getNormalizationType (line 11402) | function getNormalizationType ( function needsNormalization (line 11425) | function needsNormalization (el) { function genNode (line 11429) | function genNode (node, state) { function genText (line 11439) | function genText (text) { function genComment (line 11445) | function genComment (comment) { function genSlot (line 11449) | function genSlot (el, state) { function genComponent (line 11475) | function genComponent ( function genProps (line 11484) | function genProps (props) { function transformSpecialNewlines (line 11505) | function transformSpecialNewlines (text) { function detectErrors (line 11532) | function detectErrors (ast, warn) { function checkNode (line 11538) | function checkNode (node, warn) { function checkEvent (line 11567) | function checkEvent (exp, text, warn, range) { function checkFor (line 11580) | function checkFor (node, text, warn, range) { function checkIdentifier (line 11587) | function checkIdentifier ( function checkExpression (line 11603) | function checkExpression (exp, text, warn, range) { function checkFunctionParameterExpression (line 11625) | function checkFunctionParameterExpression (exp, text, warn, range) { function generateCodeFrame (line 11642) | function generateCodeFrame ( function repeat$1 (line 11679) | function repeat$1 (str, n) { function createFunction (line 11696) | function createFunction (code, errors) { function createCompileToFunctionFn (line 11705) | function createCompileToFunctionFn (compile) { function createCompilerCreator (line 11807) | function createCompilerCreator (baseCompile) { function getShouldDecode (line 11908) | function getShouldDecode (href) { function getOuterHTML (line 12000) | function getOuterHTML (el) { FILE: src/renderer/lib/vue.js function t (line 6) | function t(e){return null==e} function n (line 6) | function n(e){return null!=e} function r (line 6) | function r(e){return!0===e} function i (line 6) | function i(e){return"string"==typeof e||"number"==typeof e||"symbol"==ty... function o (line 6) | function o(e){return null!==e&&"object"==typeof e} function s (line 6) | function s(e){return"[object Object]"===a.call(e)} function c (line 6) | function c(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t... function u (line 6) | function u(e){return n(e)&&"function"==typeof e.then&&"function"==typeof... function l (line 6) | function l(e){return null==e?"":Array.isArray(e)||s(e)&&e.toString===a?J... function f (line 6) | function f(e){var t=parseFloat(e);return isNaN(t)?e:t} function p (line 6) | function p(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(... function y (line 6) | function y(e,t){return m.call(e,t)} function g (line 6) | function g(e){var t=Object.create(null);return function(n){return t[n]||... function n (line 6) | function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e... function k (line 6) | function k(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n... function A (line 6) | function A(e,t){for(var n in t)e[n]=t[n];return e} function O (line 6) | function O(e){for(var t={},n=0;n0,a=t?!!t.$stable:!o,s=... function vt (line 6) | function vt(e,t,n){var r=function(){var e=arguments.length?n.apply(null,... function ht (line 6) | function ht(e,t){return function(){return e[t]}} function mt (line 6) | function mt(e,t){var r,i,a,s,c;if(Array.isArray(e)||"string"==typeof e)f... function yt (line 6) | function yt(e,t,n,r){var i,o=this.$scopedSlots[e];o?(n=n||{},r&&(n=A(A({... function gt (line 6) | function gt(e){return Le(this.$options,"filters",e)||N} function _t (line 6) | function _t(e,t){return Array.isArray(e)?-1===e.indexOf(t):e!==t} function bt (line 6) | function bt(e,t,n,r,i){var o=F.keyCodes[t]||n;return i&&r&&!F.keyCodes[t... function $t (line 6) | function $t(e,t,n,r,i){if(n)if(o(n)){var a;Array.isArray(n)&&(n=O(n));va... function wt (line 6) | function wt(e,t){var n=this._staticTrees||(this._staticTrees=[]),r=n[e];... function Ct (line 6) | function Ct(e,t,n){return xt(e,"__once__"+t+(n?"_"+n:""),!0),e} function xt (line 6) | function xt(e,t,n){if(Array.isArray(e))for(var r=0;r-1:"string"==typeo... function On (line 6) | function On(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a... function Sn (line 6) | function Sn(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstanc... function r (line 6) | function r(){n.$off(e,r),t.apply(n,arguments)} function Un (line 6) | function Un(e){for(var t=e.data,r=e,i=e;n(i.componentInstance);)(i=i.com... function Vn (line 6) | function Vn(e,t){return{staticClass:zn(e.staticClass,t.staticClass),clas... function zn (line 6) | function zn(e,t){return e?t?e+" "+t:e:t||""} function Kn (line 6) | function Kn(e){return Array.isArray(e)?function(e){for(var t,r="",i=0,o=... function Gn (line 6) | function Gn(e){return Wn(e)?"svg":"math"===e?"math":void 0} function Qn (line 6) | function Qn(e){if("string"==typeof e){var t=document.querySelector(e);re... function nr (line 6) | function nr(e,t){var r=e.data.ref;if(n(r)){var i=e.context,o=e.component... function or (line 6) | function or(e,i){return e.key===i.key&&e.asyncFactory===i.asyncFactory&&... function ar (line 6) | function ar(e,t,r){var i,o,a={};for(i=t;i<=r;++i)n(o=e[i].key)&&(a[o]=i)... function cr (line 6) | function cr(e,t){(e.data.directives||t.data.directives)&&function(e,t){v... function lr (line 6) | function lr(e,t){var n,r,i=Object.create(null);if(!e)return i;for(n=0;n<... function fr (line 6) | function fr(e){return e.rawName||e.name+"."+Object.keys(e.modifiers||{})... function pr (line 6) | function pr(e,t,n,r,i){var o=e.def&&e.def[t];if(o)try{o(n.elm,e,n,r,i)}c... function vr (line 6) | function vr(e,r){var i=r.componentOptions;if(!(n(i)&&!1===i.Ctor.options... function hr (line 6) | function hr(e,t,n,r){r||e.tagName.indexOf("-")>-1?mr(e,t,n):Fn(t)?Bn(n)?... function mr (line 6) | function mr(e,t,n){if(Bn(n))e.removeAttribute(t);else{if(q&&!W&&"TEXTARE... function gr (line 6) | function gr(e,r){var i=r.elm,o=r.data,a=e.data;if(!(t(o.staticClass)&&t(... function Or (line 6) | function Or(e){var t,n,r,i,o,a=!1,s=!1,c=!1,u=!1,l=0,f=0,p=0,d=0;for(r=0... function Sr (line 6) | function Sr(e,t){var n=t.indexOf("(");if(n<0)return'_f("'+t+'")('+e+")";... function Tr (line 6) | function Tr(e,t){console.error("[Vue compiler]: "+e)} function Nr (line 6) | function Nr(e,t){return e?e.map(function(e){return e[t]}).filter(functio... function Er (line 6) | function Er(e,t,n,r,i){(e.props||(e.props=[])).push(Hr({name:t,value:n,d... function jr (line 6) | function jr(e,t,n,r,i){(i?e.dynamicAttrs||(e.dynamicAttrs=[]):e.attrs||(... function Dr (line 6) | function Dr(e,t,n,r){e.attrsMap[t]=n,e.attrsList.push(Hr({name:t,value:n... function Lr (line 6) | function Lr(e,t,n,r,i,o,a,s){(e.directives||(e.directives=[])).push(Hr({... function Ir (line 6) | function Ir(e,t,n){return n?"_p("+t+',"'+e+'")':e+t} function Mr (line 6) | function Mr(t,n,r,i,o,a,s,c){var u;(i=i||e).right?c?n="("+n+")==='click'... function Fr (line 6) | function Fr(e,t,n){var r=Pr(e,":"+t)||Pr(e,"v-bind:"+t);if(null!=r)retur... function Pr (line 6) | function Pr(e,t,n){var r;if(null!=(r=e.attrsMap[t]))for(var i=e.attrsLis... function Rr (line 6) | function Rr(e,t){for(var n=e.attrsList,r=0,i=n.length;r=_r} function Kr (line 6) | function Kr(e){return 34===e||39===e} function Jr (line 6) | function Jr(e){var t=1;for(Cr=wr;!zr();)if(Kr(e=Vr()))qr(e);else if(91==... function qr (line 6) | function qr(e){for(var t=e;!zr()&&(e=Vr())!==t;);} function Xr (line 6) | function Xr(e,t,n){var r=Wr;return function i(){null!==t.apply(null,argu... function Qr (line 6) | function Qr(e,t,n,r){if(Yr){var i=sn,o=t;t=o._wrapper=function(e){if(e.t... function ei (line 6) | function ei(e,t,n,r){(r||Wr).removeEventListener(e,t._wrapper||t,n)} function ti (line 6) | function ti(e,r){if(!t(e.data.on)||!t(r.data.on)){var i=r.data.on||{},o=... function ii (line 6) | function ii(e,r){if(!t(e.data.domProps)||!t(r.data.domProps)){var i,o,a=... function oi (line 6) | function oi(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t... function ci (line 6) | function ci(e){var t=ui(e.style);return e.staticStyle?A(e.staticStyle,t):t} function ui (line 6) | function ui(e){return Array.isArray(e)?O(e):"string"==typeof e?si(e):e} function mi (line 6) | function mi(e,r){var i=r.data,o=e.data;if(!(t(i.staticStyle)&&t(i.style)... function _i (line 6) | function _i(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.s... function bi (line 6) | function bi(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.s... function $i (line 6) | function $i(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&A... function Ei (line 6) | function Ei(e){Ni(function(){Ni(e)})} function ji (line 6) | function ji(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n... function Di (line 6) | function Di(e,t){e._transitionClasses&&h(e._transitionClasses,t),bi(e,t)} function Li (line 6) | function Li(e,t,n){var r=Mi(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!... function Mi (line 6) | function Mi(e,t){var n,r=window.getComputedStyle(e),i=(r[Ai+"Delay"]||""... function Fi (line 6) | function Fi(e,t){for(;e.length {}) { method addFavorite (line 619) | addFavorite(id, type) { method modularUITest (line 625) | modularUITest(val = false) { method navigateBack (line 633) | navigateBack() { method goToGrouping (line 644) | goToGrouping(url = "https://music.apple.com/WebObjects/MZStore.woa/wa/vi... method navigateForward (line 671) | navigateForward() { method resetState (line 676) | resetState() { method resumeTabs (line 684) | resumeTabs() { method promptAddToPlaylist (line 691) | promptAddToPlaylist() { method addSelectedToNewPlaylist (line 694) | async addSelectedToNewPlaylist() { method isSongInPlaylist (line 734) | async isSongInPlaylist(song_ids, playlist_id) { method addToPlaylist (line 750) | addToPlaylist(pid, pitems) { method addSelectedToPlaylist (line 770) | async addSelectedToPlaylist(playlist_id) { method init (line 825) | async init() { method setWindowScaleFactor (line 1311) | setWindowScaleFactor() { method c2offer (line 1322) | c2offer() { method showFoo (line 1325) | showFoo(querySelector, time) { method setContentScrollPos (line 1336) | setContentScrollPos(scroll) { method checkForThemeUpdates (line 1339) | async checkForThemeUpdates() { method setTheme (line 1361) | async setTheme(theme = "", onlyPrefs = false) { method reloadStyles (line 1390) | async reloadStyles() { method macOSEmu (line 1419) | macOSEmu() { method getThemeDirective (line 1425) | getThemeDirective(directive = "") { method unauthorize (line 1439) | unauthorize() { method getAppClasses (line 1447) | getAppClasses() { method invokeDrawer (line 1496) | invokeDrawer(panel) { method select_removeMediaItem (line 1513) | select_removeMediaItem(id) { method select_hasMediaItem (line 1520) | select_hasMediaItem(id) { method select_selectMediaItem (line 1528) | select_selectMediaItem(id, kind, index, guid, library) { method getPlaylistFolderChildren (line 1539) | getPlaylistFolderChildren(id) { method syncFavorites (line 1546) | async syncFavorites() { method setArtistFavorite (line 1576) | async setArtistFavorite(id, val = true) { method refreshPlaylists (line 1615) | async refreshPlaylists(localOnly = false, useCachedPlaylists = true) { method sortPlaylists (line 1700) | sortPlaylists() { method playlistHeaderContextMenu (line 1711) | playlistHeaderContextMenu(event) { method editPlaylistFolder (line 1736) | async editPlaylistFolder(id, name = app.getLz("term.newPlaylist")) { method editPlaylist (line 1755) | async editPlaylist(id, name = app.getLz("term.newPlaylist")) { method editPlaylistDescription (line 1774) | async editPlaylistDescription(id, name = app.getLz("term.newPlaylist")) { method copyToClipboard (line 1793) | copyToClipboard(str) { method newPlaylist (line 1801) | newPlaylist(name = app.getLz("term.newPlaylist"), tracks = []) { method deletePlaylist (line 1844) | deletePlaylist(id) { method showRoom (line 1875) | async showRoom(url) { method showCollection (line 1881) | async showCollection(response, title, type, requestBody = {}) { method showArtistView (line 1891) | async showArtistView(artist, title, view) { method showRecordLabelView (line 1896) | async showRecordLabelView(label, title, view) { method showSearchView (line 1900) | async showSearchView(term, group, title) { method getPlaylistContinuous (line 1940) | async getPlaylistContinuous(response, transient = false) { method getPlaylistFromID (line 1967) | async getPlaylistFromID(id, transient = false) { method getArtistFromID (line 1998) | async getArtistFromID(id) { method progressBarStyle (line 2020) | progressBarStyle() { method getRecursive (line 2032) | async getRecursive(response) { method getRecursive2 (line 2045) | async getRecursive2(response, sendTo) { method getSearchHints (line 2061) | async getSearchHints() { method getSongProgress (line 2090) | getSongProgress() { method convertTime (line 2105) | convertTime(seconds, format = "short") { method hashCode (line 2128) | hashCode(str) { method getPagePos (line 2140) | getPagePos(href = "") { method appRoute (line 2151) | appRoute(route) { method resumePagePos (line 2191) | resumePagePos() { method setPagePos (line 2196) | setPagePos() { method routeView (line 2208) | routeView(item) { method prevButton (line 2363) | prevButton() { method isDisabled (line 2370) | isDisabled() { method isPrevDisabled (line 2373) | isPrevDisabled() { method isNextDisabled (line 2376) | isNextDisabled() { method switchArtworkDisplayLayout (line 2380) | switchArtworkDisplayLayout() { method getNowPlayingItemDetailed (line 2394) | async getNowPlayingItemDetailed(target) { method searchAndNavigate (line 2409) | async searchAndNavigate(item, target) { method exitMV (line 2520) | exitMV() { method getArtistInfo (line 2524) | getArtistInfo(id, isLibrary) { method followingArtist (line 2528) | followingArtist(id) { method playMediaItem (line 2532) | playMediaItem(item) { method getTypeFromID (line 2548) | async getTypeFromID(kind, id, isLibrary = false, params = {}, params2 = ... method searchLibrarySongs (line 2582) | searchLibrarySongs() { method getAlbumSort (line 2669) | getAlbumSort() { method searchLibraryAlbums (line 2674) | searchLibraryAlbums(index) { method searchLibraryArtists (line 2742) | searchLibraryArtists(index) { method focusSearch (line 2804) | focusSearch() { method getSidebarItemClass (line 2811) | getSidebarItemClass(page) { method mkapi (line 2818) | async mkapi(method, library = false, term, params = {}, params2 = {}, at... method getLibraryGenres (line 2842) | getLibraryGenres() { method getLibrarySongsFull (line 2854) | async getLibrarySongsFull(force = false) { method getLibraryAlbumsFull (line 2910) | async getLibraryAlbumsFull(force = false, index) { method getLibraryArtistsFull (line 3032) | async getLibraryArtistsFull(force = false, index) { method getTotalTime (line 3155) | getTotalTime() { method getLibrarySongs (line 3166) | async getLibrarySongs() { method getLibraryAlbums (line 3171) | async getLibraryAlbums() { method getListenNow (line 3176) | async getListenNow(attempt = 0) { method getRadioPage (line 3226) | async getRadioPage(attempt = 0) { method getBrowsePage (line 3258) | async getBrowsePage(attempt = 0) { method getMadeForYou (line 3286) | async getMadeForYou(attempt = 0) { method newPlaylistFolder (line 3298) | newPlaylistFolder(name = app.getLz("term.newPlaylistFolder")) { method showSearch (line 3329) | showSearch() { method loadLyrics (line 3332) | loadLyrics() { method loadAMLyrics (line 3346) | async loadAMLyrics() { method addToLibrary (line 3369) | addToLibrary(id) { method removeFromLibrary (line 3376) | removeFromLibrary(kind, id) { method loadYTLyrics (line 3394) | async loadYTLyrics() { method loadMXM (line 3452) | loadMXM() { method loadNeteaseLyrics (line 3677) | loadNeteaseLyrics() { method loadQQLyrics (line 3733) | loadQQLyrics() { method toMS (line 3813) | toMS(str) { method parseTTML (line 3821) | parseTTML() { method parseLyrics (line 3868) | parseLyrics() { method stringToXml (line 3873) | stringToXml(st) { method getCurrentTime (line 3878) | getCurrentTime() { method seekTo (line 3881) | seekTo(time) { method parseTime (line 3884) | parseTime(value) { method parseTimeDecimal (line 3889) | parseTimeDecimal(value) { method hmsToSecondsOnly (line 3894) | hmsToSecondsOnly(str) { method getLyricBGStyle (line 3906) | getLyricBGStyle(start, end) { method playMediaItemById (line 3924) | playMediaItemById(id, kind, isLibrary, raurl = "") { method queueParentandplayChild (line 3951) | queueParentandplayChild(parent, childIndex, item) { method friendlyTypes (line 4167) | friendlyTypes(type) { method searchCursor (line 4226) | searchCursor(e) { method searchQuery (line 4239) | async searchQuery(term = this.search.term) { method inLibrary (line 4297) | async inLibrary(items = []) { method isInLibrary (line 4338) | isInLibrary(playParams) { method mkReady (line 4365) | mkReady() { method getMediaItemArtwork (line 4372) | getMediaItemArtwork(url, height = 64, width) { method _rgbToRgb (line 4396) | _rgbToRgb(rgb = [0, 0, 0]) { method getNowPlayingArtworkBG (line 4400) | getNowPlayingArtworkBG(size = 32, force = false) { method getCurrentArtURL (line 4443) | async getCurrentArtURL() { method setLibraryArt (line 4453) | async setLibraryArt() { method setLibraryArtBG (line 4466) | async setLibraryArtBG() { method quickPlay (line 4482) | quickPlay(query) { method getRating (line 4500) | async getRating(item) { method love (line 4517) | love(item) { method dislike (line 4542) | dislike(item) { method unlove (line 4567) | unlove(item) { method checkScrollDirectionIsUp (line 4586) | checkScrollDirectionIsUp(event) { method volumeUp (line 4592) | volumeUp() { method volumeDown (line 4599) | volumeDown() { method volumeWheel (line 4606) | volumeWheel(event) { method muteButtonPressed (line 4609) | muteButtonPressed() { method checkMuteChange (line 4619) | checkMuteChange() { method repeatIncrement (line 4624) | repeatIncrement() { method apiCall (line 4640) | async apiCall(url, callback) { method fetchPlaylist (line 4664) | fetchPlaylist(id, callback) { method setAirPlayCodeUI (line 4673) | setAirPlayCodeUI(identifier) { method sendAirPlaySuccess (line 4677) | sendAirPlaySuccess(silent = false, identifier = "") { method sendAirPlayFailed (line 4689) | sendAirPlayFailed() { method airplayDisconnect (line 4692) | airplayDisconnect(dropped, array = [], identifier = "") { method windowFocus (line 4730) | windowFocus(val) { method nowPlayingContextMenu (line 4747) | async nowPlayingContextMenu(event) { method openSettingsPage (line 4965) | openSettingsPage(page) { method fullscreen (line 5003) | fullscreen(flag, mv = false) { method pip (line 5023) | pip() { method miniPlayer (line 5032) | miniPlayer(flag) { method pinMiniPlayer (line 5054) | pinMiniPlayer(status = false) { method toggleHideUserInfo (line 5080) | toggleHideUserInfo() { method isElementOverflowing (line 5089) | isElementOverflowing(selector) { method showWebRemoteQR (line 5101) | async showWebRemoteQR() { method checkMarquee (line 5106) | checkMarquee() { method closeWindow (line 5116) | closeWindow() { method darwinShare (line 5119) | darwinShare(url) { method arrayToChunk (line 5122) | arrayToChunk(arr, chunkSize) { method SpacePause (line 5129) | SpacePause() { method MKJSLang (line 5141) | async MKJSLang() { method skipToNextItem (line 5272) | skipToNextItem() { method skipToPreviousItem (line 5275) | skipToPreviousItem() { method mediaKeyFixes (line 5278) | mediaKeyFixes() { method authCC (line 5287) | authCC() { method _playRadioStream (line 5290) | _playRadioStream(e) { method confirm (line 5337) | confirm(message, callback) { method prompt (line 5340) | prompt(title, callback) { method getBootboxParams (line 5343) | getBootboxParams(title, message, callback) { FILE: src/renderer/main/vuex-store.js method resetRecentlyAdded (line 31) | resetRecentlyAdded(state) { method setLCDArtwork (line 36) | setLCDArtwork(state, artwork) { method setPagePos (line 39) | setPagePos(state, pageState = {}) { FILE: src/renderer/main/wsapi_interop.js method v3 (line 4) | async v3(encoded = "") { method search (line 12) | search(term, limit) { method searchLibrary (line 22) | searchLibrary(term, limit) { method moveQueueItem (line 58) | moveQueueItem(oldPosition, newPosition) { method setAutoplay (line 62) | setAutoplay(value) { method returnDynamic (line 65) | returnDynamic(data, type) { method musickitApi (line 68) | musickitApi(method, id, params, library = false) { method getPlaybackState (line 83) | getPlaybackState() { method getLyrics (line 86) | getLyrics() { method getQueue (line 89) | getQueue() { method playNext (line 92) | playNext(type, id) { method playLater (line 97) | playLater(type, id) { method love (line 102) | love() {} method playTrackById (line 103) | playTrackById(id, kind = "song") { method quickPlay (line 110) | quickPlay(term) { method toggleShuffle (line 125) | toggleShuffle() { method togglePlayPause (line 128) | togglePlayPause() { method toggleRepeat (line 131) | toggleRepeat() { method getmaxVolume (line 134) | getmaxVolume() { method getLibraryStatus (line 137) | getLibraryStatus(kind, id) { method rate (line 155) | rate(kind, id, rating) { method changeLibrary (line 200) | changeLibrary(kind, id, shouldAdd) { FILE: src/renderer/todo.js function downloadChunk (line 148) | function downloadChunk() { function processChunk (line 159) | function processChunk(response) { FILE: src/renderer/workbox-962786f2.js class s (line 10) | class s extends Error { method constructor (line 11) | constructor(t, s) { class r (line 19) | class r { method constructor (line 20) | constructor(t, e, s = "GET") { method setCatchHandler (line 23) | setCatchHandler(t) { class i (line 27) | class i extends r { method constructor (line 28) | constructor(t, e, s) { class o (line 39) | class o { method constructor (line 40) | constructor() { method routes (line 43) | get routes() { method addFetchListener (line 46) | addFetchListener() { method addCacheListener (line 53) | addCacheListener() { method handleRequest (line 68) | handleRequest({ request: t, event: e }) { method findMatchingRoute (line 109) | findMatchingRoute({ url: t, sameOrigin: e, request: s, event: n }) { method setDefaultHandler (line 118) | setDefaultHandler(t, e = "GET") { method setCatchHandler (line 121) | setCatchHandler(t) { method registerRoute (line 124) | registerRoute(t) { method unregisterRoute (line 127) | unregisterRoute(t) { function h (line 139) | function h(t, e, n) { function d (line 167) | function d(t, e) { class p (line 172) | class p { method constructor (line 173) | constructor() { function g (line 183) | function g(t) { class R (line 186) | class R { method constructor (line 187) | constructor(t, e) { method fetch (line 192) | async fetch(t) { method fetchAndCachePut (line 227) | async fetchAndCachePut(t) { method cacheMatch (line 232) | async cacheMatch(t) { method cachePut (line 250) | async cachePut(t, e) { method getCacheKey (line 298) | async getCacheKey(t, e) { method hasCallback (line 315) | hasCallback(t) { method runCallbacks (line 319) | async runCallbacks(t, e) { method iterateCallbacks (line 322) | *iterateCallbacks(t) { method waitUntil (line 333) | waitUntil(t) { method doneWaiting (line 336) | async doneWaiting() { method destroy (line 340) | destroy() { method m (line 343) | async m(t) { class m (line 361) | class m { method constructor (line 362) | constructor(t = {}) { method handle (line 365) | handle(t) { method handleAll (line 369) | handleAll(t) { method v (line 378) | async v(t, e, n) { method q (line 390) | async q(t, e, s, n) { function v (line 418) | function v(t, e) { function q (line 425) | function q(t) { class U (line 441) | class U { method constructor (line 442) | constructor() { class L (line 457) | class L { method constructor (line 458) | constructor({ precacheController: t }) { function C (line 467) | async function C(t, e) { class O (line 497) | class O extends m { method constructor (line 498) | constructor(t = {}) { method U (line 501) | async U(t, e) { method O (line 505) | async O(t, e) { method C (line 521) | async C(t, e) { method N (line 531) | N() { class x (line 544) | class x { method constructor (line 545) | constructor({ cacheName: t, plugins: e = [], fallbackToNetwork: s = !0... method strategy (line 557) | get strategy() { method precache (line 560) | precache(t) { method addToCacheList (line 563) | addToCacheList(t) { method install (line 587) | install(t) { method activate (line 611) | activate(t) { method getURLsToCacheKeys (line 621) | getURLsToCacheKeys() { method getCachedURLs (line 624) | getCachedURLs() { method getCacheKeyForURL (line 627) | getCacheKeyForURL(t) { method getIntegrityForCacheKey (line 631) | getIntegrityForCacheKey(t) { method matchPrecache (line 634) | async matchPrecache(t) { method createHandlerBoundToURL (line 641) | createHandlerBoundToURL(t) { class k (line 648) | class k extends r { method constructor (line 649) | constructor(t, e) { method U (line 681) | async U(t, e) { method constructor (line 442) | constructor() { FILE: src/web-remote/index.js method isElectron (line 62) | isElectron() { method searchScroll (line 77) | searchScroll(e) { method musicKitAPI (line 80) | musicKitAPI(method, id, params, library = false) { method resetPlayerUI (line 91) | resetPlayerUI() { method musicAppVariant (line 94) | musicAppVariant() { method checkOrientation (line 109) | checkOrientation() { method checkPlatformMD (line 117) | checkPlatformMD() { method checkPlatform (line 133) | checkPlatform() { method artworkPlaying (line 148) | artworkPlaying() { method setAutoplay (line 155) | setAutoplay(value) { method seekTo (line 171) | seekTo(time, adjust = true) { method setVolume (line 182) | setVolume(volume) { method getVolumeMax (line 190) | getVolumeMax() { method getQueue (line 197) | getQueue() { method play (line 204) | play() { method pause (line 211) | pause() { method next (line 218) | next() { method previous (line 225) | previous() { method searchArtist (line 232) | searchArtist() { method trackSelect (line 237) | trackSelect(song) { method clearSelectedTrack (line 241) | clearSelectedTrack() { method getArtworkColor (line 245) | getArtworkColor(hex) { method playMediaItemById (line 248) | playMediaItemById(id, kind = "song") { method playNext (line 258) | playNext(type, id) { method playLater (line 267) | playLater(type, id) { method getLibraryStatus (line 276) | getLibraryStatus(type, id) { method searchQuery (line 289) | searchQuery() { method quickSearch (line 307) | quickSearch() { method parseTime (line 320) | parseTime(value) { method parseTimeDecimal (line 325) | parseTimeDecimal(value) { method hmsToSecondsOnly (line 330) | hmsToSecondsOnly(str) { method getCurrentTime (line 342) | getCurrentTime() { method percentage (line 345) | percentage(partial, full) { method getLyricBGStyle (line 348) | getLyricBGStyle(start, end) { method blockLyricsScrolling (line 366) | blockLyricsScrolling() { method getLyricClass (line 372) | getLyricClass(start, end) { method getAlbumArtUrl (line 389) | getAlbumArtUrl(size = 600) { method getAlbumArtUrlList (line 396) | getAlbumArtUrlList(url, size = 64) { method searchTabClass (line 399) | searchTabClass(tab) { method searchTypeClass (line 404) | searchTypeClass(type) { method getQueuePositionClass (line 409) | getQueuePositionClass(position) { method showSearch (line 416) | showSearch(reset = false) { method showArtistByName (line 435) | showArtistByName(name) { method showAlbum (line 438) | showAlbum(id, library = false) { method showPlaylist (line 443) | showPlaylist(id, library = false) { method showArtist (line 448) | showArtist(id, library = false) { method showQueue (line 453) | showQueue() { method queueMove (line 458) | queueMove(evt) { method repeat (line 472) | repeat() { method shuffle (line 480) | shuffle() { method setShuffle (line 488) | setShuffle(val) { method getMediaPalette (line 497) | getMediaPalette(data) { method playAlbum (line 518) | playAlbum(id, shuffle = false) { method playCustom (line 526) | playCustom(id, kind, shuffle = false) { method getLyrics (line 534) | getLyrics() { method showLyrics (line 541) | showLyrics() { method showLyricsInline (line 545) | showLyricsInline() { method parseLyrics (line 549) | parseLyrics() { method stringToXml (line 554) | stringToXml(st) { method canShowSearchTab (line 559) | canShowSearchTab(tab) { method getCurrentMediaItem (line 566) | getCurrentMediaItem() { method setStreamerOverlay (line 573) | setStreamerOverlay() { method setMode (line 576) | setMode(mode) { method connect (line 586) | connect() { method updatePlaybackState (line 687) | updatePlaybackState(mediaitem) { method openSongMenu (line 701) | openSongMenu() { method rate (line 710) | rate(rating) { method toLibrary (line 724) | toLibrary(shouldAdd) { method quit (line 738) | quit() { function getParameterByName (line 748) | function getParameterByName(name, url) { function xmlToJson (line 758) | function xmlToJson(xml) { FILE: src/web-remote/vue.js function t (line 11) | function t(e) { function n (line 14) | function n(e) { function r (line 17) | function r(e) { function i (line 20) | function i(e) { function o (line 23) | function o(e) { function s (line 27) | function s(e) { function c (line 30) | function c(e) { function u (line 34) | function u(e) { function l (line 37) | function l(e) { function f (line 40) | function f(e) { function p (line 44) | function p(e, t) { function h (line 56) | function h(e, t) { function y (line 63) | function y(e, t) { function g (line 66) | function g(e) { function n (line 90) | function n(n) { function k (line 96) | function k(e, t) { function A (line 101) | function A(e, t) { function O (line 105) | function O(e) { function S (line 109) | function S(e, t, n) {} function E (line 116) | function E(e, t) { function j (line 145) | function j(e, t) { function D (line 149) | function D(e) { function R (line 178) | function R(e, t, n, r) { function re (line 214) | function re(e) { function e (line 223) | function e() { function le (line 258) | function le(e) { function fe (line 261) | function fe() { function he (line 277) | function he(e) { function me (line 280) | function me(e) { function $e (line 306) | function $e(e) { function Ce (line 327) | function Ce(e, t) { function xe (line 331) | function xe(e, t, n, r, i) { function ke (line 363) | function ke(e, t, n) { function Ae (line 369) | function Ae(e, t) { function Se (line 383) | function Se(e, t) { function Te (line 388) | function Te(e, t, n) { function Ne (line 403) | function Ne(e, t) { function Ee (line 412) | function Ee(e, t, n, r) { function De (line 449) | function De(e, t, n) { function Le (line 496) | function Le(e, t, n, r) { function Ie (line 506) | function Ie(e, t, n, r) { function Fe (line 530) | function Fe(e) { function Pe (line 534) | function Pe(e, t) { function Re (line 537) | function Re(e, t) { function He (line 542) | function He(e, t, n) { function Be (line 561) | function Be(e, t, n, r, i) { function Ue (line 577) | function Ue(e, t, n) { function Ve (line 586) | function Ve(e, t, n) { function We (line 594) | function We() { function Qe (line 625) | function Qe(e, t) { function tt (line 645) | function tt(e) { function rt (line 666) | function rt(e, t) { function it (line 675) | function it(e, n, i, o, a, s) { function ot (line 680) | function ot(e, i, o) { function at (line 689) | function at(e, t, r, i, o) { function st (line 696) | function st(e) { function ct (line 708) | function ct(e) { function ut (line 711) | function ut(e, t) { function lt (line 732) | function lt(e, t) { function ft (line 747) | function ft(e) { function pt (line 750) | function pt(e) { function dt (line 753) | function dt(t, n, r) { function vt (line 766) | function vt(e, t, n) { function ht (line 782) | function ht(e, t) { function mt (line 787) | function mt(e, t) { function yt (line 798) | function yt(e, t, n, r) { function gt (line 805) | function gt(e) { function _t (line 808) | function _t(e, t) { function bt (line 811) | function bt(e, t, n, r, i) { function $t (line 815) | function $t(e, t, n, r, i) { function wt (line 840) | function wt(e, t) { function Ct (line 845) | function Ct(e, t, n) { function xt (line 848) | function xt(e, t, n) { function kt (line 852) | function kt(e, t, n) { function At (line 855) | function At(e, t) { function Ot (line 867) | function Ot(e, t, n, r) { function St (line 875) | function St(e, t) { function Tt (line 882) | function Tt(e, t) { function Nt (line 885) | function Nt(e) { function Et (line 888) | function Et(t, n, i, o, a) { function jt (line 920) | function jt(e, t, n, r, i) { function Dt (line 924) | function Dt(e, t) { function Mt (line 986) | function Mt(i, a, s, c, l) { function Ft (line 1106) | function Ft(e, t) { function Ht (line 1114) | function Ht(e, a, s, c, u, l) { function Vt (line 1160) | function Vt(e, t) { function zt (line 1163) | function zt(e) { function Kt (line 1170) | function Kt(e, t) { function Jt (line 1173) | function Jt(e, t) { function qt (line 1176) | function qt(e, t) { function Wt (line 1182) | function Wt(e, t, n) { function Gt (line 1186) | function Gt(e) { function Xt (line 1195) | function Xt(e) { function Yt (line 1199) | function Yt(e, t) { function Qt (line 1209) | function Qt(e, t) { function ln (line 1233) | function ln() { function vn (line 1364) | function vn(e, t, n) { function hn (line 1373) | function hn(e) { function yn (line 1445) | function yn(e, t, n) { function gn (line 1449) | function gn(e) { function _n (line 1455) | function _n(e) { function bn (line 1460) | function bn(e, t, n, r) { function wn (line 1464) | function wn(e) { function Cn (line 1482) | function Cn(e) { function xn (line 1485) | function xn(e) { function kn (line 1528) | function kn(e) { function An (line 1531) | function An(e, t) { function On (line 1535) | function On(e, t) { function Sn (line 1547) | function Sn(e, t, n, r) { function r (line 1654) | function r() { function Un (line 1862) | function Un(e) { function Vn (line 1870) | function Vn(e, t) { function zn (line 1876) | function zn(e, t) { function Kn (line 1879) | function Kn(e) { function Gn (line 1906) | function Gn(e) { function Qn (line 1911) | function Qn(e) { function nr (line 1968) | function nr(e, t) { function or (line 1979) | function or(e, i) { function ar (line 1996) | function ar(e, t, r) { function cr (line 2010) | function cr(e, t) { function lr (line 2037) | function lr(e, t) { function fr (line 2045) | function fr(e) { function pr (line 2048) | function pr(e, t, n, r, i) { function vr (line 2058) | function vr(e, r) { function hr (line 2070) | function hr(e, t, n, r) { function mr (line 2073) | function mr(e, t, n) { function gr (line 2086) | function gr(e, r) { function Or (line 2104) | function Or(e) { function Sr (line 2163) | function Sr(e, t) { function Tr (line 2170) | function Tr(e, t) { function Nr (line 2173) | function Nr(e, t) { function Er (line 2184) | function Er(e, t, n, r, i) { function jr (line 2187) | function jr(e, t, n, r, i) { function Dr (line 2190) | function Dr(e, t, n, r) { function Lr (line 2193) | function Lr(e, t, n, r, i, o, a, s) { function Ir (line 2209) | function Ir(e, t, n) { function Mr (line 2212) | function Mr(t, n, r, i, o, a, s, c) { function Fr (line 2220) | function Fr(e, t, n) { function Pr (line 2228) | function Pr(e, t, n) { function Rr (line 2238) | function Rr(e, t) { function Hr (line 2244) | function Hr(e, t) { function Br (line 2247) | function Br(e, t, n) { function Ur (line 2259) | function Ur(e, t) { function Vr (line 2268) | function Vr() { function zr (line 2271) | function zr() { function Kr (line 2274) | function Kr(e) { function Jr (line 2277) | function Jr(e) { function qr (line 2286) | function qr(e) { function Xr (line 2292) | function Xr(e, t, n) { function Qr (line 2299) | function Qr(e, t, n, r) { function ei (line 2309) | function ei(e, t, n, r) { function ti (line 2312) | function ti(e, r) { function ii (line 2330) | function ii(e, r) { function oi (line 2358) | function oi(e, t) { function ci (line 2394) | function ci(e) { function ui (line 2398) | function ui(e) { function mi (line 2421) | function mi(e, r) { function _i (line 2447) | function _i(e, t) { function bi (line 2460) | function bi(e, t) { function $i (line 2474) | function $i(e) { function Ei (line 2508) | function Ei(e) { function ji (line 2513) | function ji(e, t) { function Di (line 2517) | function Di(e, t) { function Li (line 2520) | function Li(e, t, n) { function Mi (line 2540) | function Mi(e, t) { function Fi (line 2561) | function Fi(e, t) { function Pi (line 2570) | function Pi(e) { function Ri (line 2573) | function Ri(e, r) { function Hi (line 2612) | function Hi(e, r) { function Bi (line 2651) | function Bi(e) { function Ui (line 2654) | function Ui(e) { function Vi (line 2659) | function Vi(e, t) { function l (line 2669) | function l(e) { function f (line 2673) | function f(e, t, i, o, a, c, l) { function d (line 2706) | function d(e, t) { function v (line 2709) | function v(e, t, r) { function h (line 2712) | function h(e, t, n) { function m (line 2716) | function m(e) { function y (line 2720) | function y(e, t) { function g (line 2724) | function g(e) { function _ (line 2730) | function _(e, t, n, r, i, o) { function b (line 2733) | function b(e) { function $ (line 2740) | function $(e, t, r) { function w (line 2746) | function w(e, t) { function C (line 2768) | function C(e, t, r, i) { function x (line 2774) | function x(e, i, o, a, c, l) { function k (line 2820) | function k(e, t, i) { function O (line 2825) | function O(e, t, i, o) { function Ji (line 2946) | function Ji(e, t, n) { function qi (line 2953) | function qi(e, t, n) { function Wi (line 2963) | function Wi(e, t) { function Zi (line 2968) | function Zi(e) { function Gi (line 2971) | function Gi(e) { function Xi (line 2974) | function Xi(e) { function Yi (line 2977) | function Yi(e, t) { function Qi (line 2981) | function Qi(e) { function no (line 3034) | function no(e) { function ro (line 3038) | function ro(e) { function io (line 3046) | function io(e, t) { function uo (line 3116) | function uo(e) { function lo (line 3119) | function lo(e) { function fo (line 3122) | function fo(e) { function Bo (line 3316) | function Bo(e, t) { function la (line 3344) | function la(e, t, n) { function fa (line 3355) | function fa(e, t) { function pa (line 3606) | function pa(e, t) { function da (line 3702) | function da(e) { function va (line 3718) | function va(e, t) { function ha (line 3721) | function ha(e) { function ma (line 3725) | function ma(e) { function ya (line 3737) | function ya(e) { function ba (line 3743) | function ba(e) { function Aa (line 3845) | function Aa(e, t) { function La (line 3931) | function La(e, t) { function Ia (line 3941) | function Ia(e) { function Ma (line 3986) | function Ma(e) { function Ra (line 4016) | function Ra(e, t) { function Ha (line 4023) | function Ha(e, t) { function Ba (line 4069) | function Ba(e, t) { function Ua (line 4074) | function Ua(e, t) { function Va (line 4088) | function Va(e, t, n, r) { function za (line 4101) | function za(e, t, n, r) { function Ka (line 4108) | function Ka(e, t) { function Ja (line 4198) | function Ja(e) { function qa (line 4201) | function qa(e, t) { function Wa (line 4210) | function Wa(e, t, n, r, i) { function Za (line 4257) | function Za(e) { function Ga (line 4260) | function Ga(e, t) { function Xa (line 4264) | function Xa(e) { function Ya (line 4272) | function Ya(e) { function Qa (line 4276) | function Qa(e, t) { function es (line 4283) | function es(e) { function t (line 4311) | function t(t, n) { function os (line 4325) | function os(e) {