Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1556 var Decoder, XLAWDecoder,
1563 XLAWDecoder = (function(_super) {
1566 __extends(XLAWDecoder, _super);
1568 function XLAWDecoder() { class in AnonymousFunction084922100100.AnonymousFunction084922103800
1570 return XLAWDecoder.__super__.constructor.apply(this, arguments);
1573 Decoder.register('ulaw', XLAWDecoder);
1575 Decoder.register('alaw', XLAWDecoder);
1587 XLAWDecoder.prototype.init = function() { class
1613 XLAWDecoder.prototype.readChunk = function() {
1627 return XLAWDecoder;