ref: 039eb1704354254e49a1685ad173ca456f8ea01c
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;