Lines Matching refs:prototype

19 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
75 Asset.prototype.start = function(decode) {
92 Asset.prototype.stop = function() {
100 Asset.prototype.get = function(event, callback) {
117 Asset.prototype.decodePacket = function() {
121 Asset.prototype.decodeToBuffer = function(callback) {
144 Asset.prototype.probe = function(chunk) {
175 Asset.prototype.findDecoder = function(format) {
224 Asset.prototype._decode = function() {
305 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
328 keys = Object.keys(Class.prototype);
331 _ref = Class.prototype;
344 return Class.prototype[key] = function() {
354 Class.prototype[key] = fn;
376 Bitstream.prototype.copy = function() {
383 Bitstream.prototype.offset = function() {
387 Bitstream.prototype.available = function(bits) {
391 Bitstream.prototype.advance = function(bits) {
398 Bitstream.prototype.rewind = function(bits) {
405 Bitstream.prototype.seek = function(offset) {
415 Bitstream.prototype.align = function() {
422 Bitstream.prototype.read = function(bits, signed) {
463 Bitstream.prototype.peek = function(bits, signed) {
503 Bitstream.prototype.readLSB = function(bits, signed) {
545 Bitstream.prototype.peekLSB = function(bits, signed) {
622 AVBuffer.prototype.copy = function() {
626 AVBuffer.prototype.slice = function(position, length) {
667 AVBuffer.prototype.toBlob = function() {
671 AVBuffer.prototype.toBlobURL = function() {
695 BufferList.prototype.copy = function() {
706 BufferList.prototype.append = function(buffer) {
721 BufferList.prototype.advance = function() {
731 BufferList.prototype.rewind = function() {
744 BufferList.prototype.reset = function() {
763 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
775 EventEmitter.prototype.on = function(event, fn) {
786 EventEmitter.prototype.off = function(event, fn) {
797 EventEmitter.prototype.once = function(event, fn) {
805 EventEmitter.prototype.emit = function() {
872 Stream.prototype.copy = function() {
880 Stream.prototype.available = function(bytes) {
884 Stream.prototype.remainingBytes = function() {
888 Stream.prototype.advance = function(bytes) {
901 Stream.prototype.rewind = function(bytes) {
918 Stream.prototype.seek = function(position) {
926 Stream.prototype.readUInt8 = function() {
941 Stream.prototype.peekUInt8 = function(offset) {
961 Stream.prototype.read = function(bytes, littleEndian) {
977 Stream.prototype.peek = function(bytes, offset, littleEndian) {
993 Stream.prototype.readInt8 = function() {
998 Stream.prototype.peekInt8 = function(offset) {
1006 Stream.prototype.readUInt16 = function(littleEndian) {
1011 Stream.prototype.peekUInt16 = function(offset, littleEndian) {
1019 Stream.prototype.readInt16 = function(littleEndian) {
1024 Stream.prototype.peekInt16 = function(offset, littleEndian) {
1032 Stream.prototype.readUInt24 = function(littleEndian) {
1040 Stream.prototype.peekUInt24 = function(offset, littleEndian) {
1051 Stream.prototype.readInt24 = function(littleEndian) {
1059 Stream.prototype.peekInt24 = function(offset, littleEndian) {
1070 Stream.prototype.readUInt32 = function(littleEndian) {
1075 Stream.prototype.peekUInt32 = function(offset, littleEndian) {
1083 Stream.prototype.readInt32 = function(littleEndian) {
1088 Stream.prototype.peekInt32 = function(offset, littleEndian) {
1096 Stream.prototype.readFloat32 = function(littleEndian) {
1101 Stream.prototype.peekFloat32 = function(offset, littleEndian) {
1109 Stream.prototype.readFloat64 = function(littleEndian) {
1139 Stream.prototype.peekFloat64 = function(offset, littleEndian) {
1151 Stream.prototype.readFloat80 = function(littleEndian) {
1178 Stream.prototype.peekFloat80 = function(offset, littleEndian) {
1186 Stream.prototype.readBuffer = function(length) {
1196 Stream.prototype.peekBuffer = function(offset, length) {
1209 Stream.prototype.readSingleBuffer = function(length) {
1216 Stream.prototype.peekSingleBuffer = function(offset, length) {
1222 Stream.prototype.readString = function(length, encoding) {
1229 Stream.prototype.peekString = function(offset, length, encoding) {
1341 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1362 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1418 Decoder.prototype.init = function() {};
1420 Decoder.prototype.setCookie = function(cookie) {};
1422 Decoder.prototype.readChunk = function() {};
1424 Decoder.prototype.decode = function() {
1449 Decoder.prototype.seek = function(timestamp) {
1477 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1491 LPCMDecoder.prototype.readChunk = function() {
1559 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1587 XLAWDecoder.prototype.init = function() {
1613 XLAWDecoder.prototype.readChunk = function() {
1635 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1682 Demuxer.prototype.init = function() {};
1684 Demuxer.prototype.readChunk = function(chunk) {};
1686 Demuxer.prototype.addSeekPoint = function(offset, timestamp) {
1695 Demuxer.prototype.searchTimestamp = function(timestamp, backward) {
1717 Demuxer.prototype.seek = function(timestamp) {
1765 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1783 AIFFDemuxer.prototype.readChunk = function() {
1863 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1891 AUDemuxer.prototype.readChunk = function() {
1935 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
1954 CAFDemuxer.prototype.readChunk = function() {
2077 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
2100 M4ADemuxer.prototype.init = function() {
2133 M4ADemuxer.prototype.readChunk = function() {
2395 M4ADemuxer.prototype.setupSeekPoints = function() {
2531 M4ADemuxer.prototype.parseChapters = function() {
2708 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
2734 WAVEDemuxer.prototype.readChunk = function() {
2804 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
2822 AudioDevice.prototype.start = function() {
2842 AudioDevice.prototype.stop = function() {
2851 AudioDevice.prototype.destroy = function() {
2856 AudioDevice.prototype.seek = function(currentTime) {
2864 AudioDevice.prototype.updateTime = function() {
2900 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
2929 MozillaAudioDevice.prototype.refill = function() {
2953 MozillaAudioDevice.prototype.destroy = function() {
2957 MozillaAudioDevice.prototype.getDeviceTime = function() {
3003 Resampler.prototype.initialize = function () {
3040 Resampler.prototype.compileLinearInterpolationFunction = function () {
3085 Resampler.prototype.compileMultiTapFunction = function () {
3160 Resampler.prototype.bypassResampler = function (buffer) {
3172 Resampler.prototype.bufferSlice = function (sliceAmount) {
3196 Resampler.prototype.initializeBuffers = function () {
3215 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3232 …t && (typeof AudioContext.prototype[createProcessor = 'createScriptProcessor'] === 'function' || t…
3252 WebAudioDevice.prototype.refill = function(event) {
3272 WebAudioDevice.prototype.destroy = function() {
3276 WebAudioDevice.prototype.getDeviceTime = function() {
3300 Filter.prototype.process = function(buffer) {};
3312 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3323 BalanceFilter.prototype.process = function(buffer) {
3345 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3356 VolumeFilter.prototype.process = function(buffer) {
3378 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3455 Player.prototype.preload = function() {
3463 Player.prototype.play = function() {
3475 Player.prototype.pause = function() {
3484 Player.prototype.togglePlayback = function() {
3492 Player.prototype.stop = function() {
3499 Player.prototype.seek = function(timestamp) {
3522 Player.prototype.startPlaying = function() {
3589 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3613 Queue.prototype.write = function(buffer) {
3627 Queue.prototype.read = function() {
3635 Queue.prototype.reset = function() {
3651 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3671 FileSource.prototype.start = function() {
3712 FileSource.prototype.loop = function() {
3720 FileSource.prototype.pause = function() {
3728 FileSource.prototype.reset = function() {
3743 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3759 HTTPSource.prototype.start = function() {
3789 HTTPSource.prototype.loop = function() {
3844 HTTPSource.prototype.pause = function() {
3850 HTTPSource.prototype.reset = function() {
3867 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
3899 BufferSource.prototype.start = function() {
3904 BufferSource.prototype.loop = function() {
3914 BufferSource.prototype.pause = function() {
3919 BufferSource.prototype.reset = function() {