Home
last modified time | relevance | path

Searched refs:headerCache (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js1982 if (!this.headerCache) {
1983 this.headerCache = { property
1988 if (this.headerCache.oversize) {
1992 switch (this.headerCache.type) {
1994 if (this.stream.available(this.headerCache.size)) {
1996 offset = this.stream.offset + this.headerCache.size;
2002 buffer = this.stream.readBuffer(this.headerCache.size);
2005 this.headerCache = null;
2009 if (this.stream.available(this.headerCache.size)) {
2029 this.headerCache = null;
[all …]