JyotsnaT / xuggle

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

Allow setting IBuffer for IVideoPicture and IAudioSample #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In order to allow the IVideoPicture to use external ByteBuffer (as the
IPacket does today), please allow to set the IBuffer in constructor.

Original issue reported on code.google.com by Stas.Os...@gmail.com on 18 Jun 2009 at 10:24

GoogleCodeExporter commented 9 years ago

Original comment by art.cla...@gmail.com on 22 Jun 2009 at 5:03

GoogleCodeExporter commented 9 years ago
Implemented in r759

See:
IVideoPicture IVideoPicture.make(IBuffer buffer,
                                 IPixelFormat.Type format,
                                 int width,
                                 int height)

IAudioSamples IAudioSamples.make(IBuffer buffer,
                                 int channels,
                                 IAudioSamples.Format format)

Original comment by art.cla...@gmail.com on 2 Jul 2009 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by art.cla...@gmail.com on 2 Jul 2009 at 7:58