shithub: aacenc

ref: 422613bd5a7d69ab04343dc8338f5de22a4363ab
dir: /plugins/cooledit/Structs.h/

View raw version

#ifndef Structs_h
#define Structs_h

typedef struct mec
{
bool					AutoCfg;
bool					UseQuality;
faacEncConfiguration	EncCfg;
} MY_ENC_CFG;
// -----------------------------------------------------------------------------------------------

typedef struct mdc
{
bool					DefaultCfg;
BYTE					Channels;
DWORD					BitRate;
faacDecConfiguration	DecCfg;
} MY_DEC_CFG;

#endif