ChannelMixer
Object Hierarchy:
Description:
[ CCode ( has_type_id = false ) ]
[ Compact ]
[ GIR ( name = "AudioChannelMixer" ) ]
public class ChannelMixer
Content:
Methods:
- public void free ()
Free memory allocated by this.
- public bool is_passthrough ()
Check if this is in passthrough.
- public void samples (void* @in, void* @out, int samples)
In case the samples are interleaved, in
and out
must point to an array with a single element pointing to a block of interleaved samples.