Class AudioDownmixMeta

java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.freedesktop.gstreamer.audio.AudioDownmixMeta
All Implemented Interfaces:
Proxy

@Generated("io.github.jwharm.JavaGI") public class AudioDownmixMeta extends ProxyInstance
Extra buffer metadata describing audio downmixing matrix. This metadata is attached to audio buffers and contains a matrix to downmix the buffer number of channels to channels.

matrix is an two-dimensional array of toChannels times fromChannels coefficients, i.e. the i-th output channels is constructed by multiplicating the input channels with the coefficients in matrix[i] and taking the sum of the results.