alfianrahmn / xuggle

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

IBuffer should have some meta-data about what type of data they hold #182

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
For example, unsigned bytes vs. floats.

Original issue reported on code.google.com by art.cla...@gmail.com on 14 Jul 2009 at 5:49

GoogleCodeExporter commented 8 years ago
Implemented in r823

See IBuffer#getType() and IBuffer#setType(Type).  AudioSamples will return 
correct
in-memory layout.  IVideoPicture and IPackets will always report UINT8.

Original comment by art.cla...@gmail.com on 14 Jul 2009 at 5:51