- From: Adam Bergkvist <adam.bergkvist@ericsson.com>
- Date: Tue, 16 Oct 2012 11:08:19 +0200
- To: Jim Barnett <Jim.Barnett@genesyslab.com>
- CC: "public-media-capture@w3.org" <public-media-capture@w3.org>
On 2012-10-05 15:55, Jim Barnett wrote:
> Here is a proposal for recording for discussion on Tuesday’s call.
>
> -Jim and Travis
>
> The UA may garbage collect the original Blob of data once the
> dataavailable event that contains it has been processed.
Does this mean that I couldn't do the following?
var blobs = [];
track.ondataavailable = function (evt) {
blobs.push(evt.data);
};
/Adam
Received on Tuesday, 16 October 2012 09:08:44 UTC