ref: 3d065f4fe8c2e020faefc537206b5768ca5d7b50
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;