Searched refs:LPCMDecoder (Results 1 – 1 of 1) sorted by relevance
1474 var Decoder, LPCMDecoder,1481 LPCMDecoder = (function(_super) {1482 __extends(LPCMDecoder, _super);1484 function LPCMDecoder() { class in AnonymousFunction084922100100.AnonymousFunction0849221035001486 return LPCMDecoder.__super__.constructor.apply(this, arguments);1489 Decoder.register('lpcm', LPCMDecoder);1491 LPCMDecoder.prototype.readChunk = function() { class1550 return LPCMDecoder;