ref: 23b441f4d830ae2b5740c46c73d05883ca2ba461
dir: /plugins/cooledit/Structs.h/
typedef struct mec
{
bool AutoCfg;
faacEncConfiguration EncCfg;
} MY_ENC_CFG;
// -----------------------------------------------------------------------------------------------
typedef struct mdc
{
bool AutoCfg;
BYTE Channels;
DWORD BitRate;
faacDecConfiguration DecCfg;
} MY_DEC_CFG;