Searched refs:XLAWDecoder (Results 1 – 1 of 1) sorted by relevance
1556 var Decoder, XLAWDecoder,1563 XLAWDecoder = (function(_super) {1566 __extends(XLAWDecoder, _super);1568 function XLAWDecoder() { class in AnonymousFunction084922100100.AnonymousFunction0849221038001570 return XLAWDecoder.__super__.constructor.apply(this, arguments);1573 Decoder.register('ulaw', XLAWDecoder);1575 Decoder.register('alaw', XLAWDecoder);1587 XLAWDecoder.prototype.init = function() { class1613 XLAWDecoder.prototype.readChunk = function() {1627 return XLAWDecoder;