Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js646 var sampleCount = bitstream.read(36);
647 this.emit('duration', sampleCount / this.format.sampleRate * 1000 | 0);
H A Daurora.js1809 sampleCount: this.stream.readUInt32(), property in AIFFDemuxer.readChunk.format
1829 this.emit('duration', this.format.sampleCount / this.format.sampleRate * 1000 | 0);
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/edittable/lib/
H A Dhandsontable.full.js30559 value: function setSampleCount(sampleCount) {
30560 this.customSampleCount = sampleCount;