Re: [nodejs] ArrayBuffer / Buffer Objects in C++ Addons

2012-10-29 Thread Ben Noordhuis
On Sat, Oct 27, 2012 at 9:55 PM, Henri Tuhola wrote: > I'd need to pass some binary data out of an addon, but node.js addon > documentation doesn't seem to cover it. > > This is what I'm working on: https://github.com/cheery/node-video > > node-video needs the buffer objects to provide composite/n

[nodejs] ArrayBuffer / Buffer Objects in C++ Addons

2012-10-27 Thread Henri Tuhola
I'd need to pass some binary data out of an addon, but node.js addon documentation doesn't seem to cover it. This is what I'm working on: https://github.com/cheery/node-video node-video needs the buffer objects to provide composite/native window handles that can be transferred over unix sockets