FormatPack
Description:
[ CCode ( has_target = false ) ]
public delegate void FormatPack (FormatInfo info, PackFlags flags, uint8[] src, uint8[] data, int length)
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
.
Parameters:
info | |
flags | |
src |
a source array |
data |
pointer to the destination data |
length |
the amount of samples to pack. |
Namespace: Gst.Audio
Package: gstreamer-audio-1.0