Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1474 var Decoder, LPCMDecoder,
1481 LPCMDecoder = (function(_super) {
1482 __extends(LPCMDecoder, _super);
1484 function LPCMDecoder() { class in AnonymousFunction084922100100.AnonymousFunction084922103500
1486 return LPCMDecoder.__super__.constructor.apply(this, arguments);
1489 Decoder.register('lpcm', LPCMDecoder);
1491 LPCMDecoder.prototype.readChunk = function() { class
1550 return LPCMDecoder;