Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js3172 Resampler.prototype.bufferSlice = function (sliceAmount) { argument
3175 return sliceAmount;
3180 return this.outputBuffer.subarray(0, sliceAmount);
3185 this.outputBuffer.length = sliceAmount;
3190 return this.outputBuffer.slice(0, sliceAmount);