[ CCode ( has_target = false ) ]
public delegate void FormatPack (FormatInfo info, PackFlags flags, uint8[] src, uint8[] data, int length)
Packs length
samples from src
to the data array in format info
.
The samples from source have each channel interleaved and will be packed into data
.
info | |
flags | |
src |
a source array |
data |
pointer to the destination data |
length |
the amount of samples to pack. |