Home
last modified time | relevance | path

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

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js595 var AVBuffer;
597 AVBuffer = (function() { class
600 function AVBuffer(input) { class in anonymousFunction084922100200.anonymousObject084922100405.AVBuffer
608 } else if (input instanceof AVBuffer) {
618 AVBuffer.allocate = function(size) {
619 return new AVBuffer(size);
622 AVBuffer.prototype.copy = function() { class
623 return new AVBuffer(new Uint8Array(this.data));
626 AVBuffer.prototype.slice = function(position, length) {
631 return new AVBuffer(this.data);
[all …]