#include "mp3encoder.h" IAudioEncoder* IAudioEncoder::Create(int fourcc, WAVEFORMATEX* fmt) { return new MP3Encoder(fmt); }