alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Update the API documentation for IBuffer and add the last line below. #211

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When accessing from Java, you can copy in and out ranges of buffers. You 
can do this by-copy (which is safer but a little slower) or by-reference 
where you directly access underlying C++/native memory from Java. Take 
special care if you decide that native access is required. 

When accessing from C++, you get direct access to the underlying buffer.

To make an IBuffer object that is not a Xuggler internal object, pass in 
null for the RefCounted parameter.

Original issue reported on code.google.com by p_gac...@yahoo.com on 20 Sep 2009 at 9:05

GoogleCodeExporter commented 8 years ago
implemented in r979

Original comment by art.cla...@gmail.com on 5 Jan 2010 at 9:15