MPD
0.20.15
|
Configuration values for the compressor object. More...
#include <compress.h>
Data Fields | |
int | target |
int | maxgain |
int | smooth |
Configuration values for the compressor object.
compress.h interface to audio compression
(c)2007 busybee (http://beesbuzz.biz/) Licensed under the terms of the LGPL. See the file COPYING for details.
Definition at line 14 of file compress.h.
int CompressorConfig::maxgain |
Definition at line 16 of file compress.h.
int CompressorConfig::smooth |
Definition at line 17 of file compress.h.
int CompressorConfig::target |
Definition at line 15 of file compress.h.