|
libpsynth 0.2.1
|
Returns the type of a packed buffer whose frames may not be byte aligned. More...
#include <metafunctions.hpp>
Public Types | |
| typedef buffer < bit_alignedref_t, false, Alloc > | type |
Returns the type of a packed buffer whose frames may not be byte aligned.
For example, an "rgb222" buffer is bit-aligned because its frame spans six bits.
Note that the alignment parameter in the constructor of bit-aligned buffers is in bit units. For example, if you want to construct a bit-aligned buffer whose rows are byte-aligned, use 8 as the alignment parameter, not 1.
| typedef buffer<bit_alignedref_t,false,Alloc> psynth::sound::bit_aligned_buffer_type< SampleBitSizeVector, Layout, Alloc >::type |
1.7.4