FormatPack


Description:

[ 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.

Parameters:

info

a FormatInfo

flags

PackFlags

src

a source array

data

pointer to the destination data

length

the amount of samples to pack.


Namespace: Gst.Audio