00001 00022 #ifndef __BELLAGIO_OPENMAX_AUDIOMIXER_H__ 00023 #define __BELLAGIO_OPENMAX_AUDIOMIXER_H__ 00024 00025 #include <e32def.h> //TBool 00026 #include <e32std.h> //RLibrary 00027 00028 #include "BellagioOpenMaxComponent.h" 00029 #include "BellagioOpenMaxAudioMixerImplUid.hrh" 00030 00031 class CBellagioOpenMaxAudioMixer : public CBellagioOpenMaxComponent 00032 { 00033 public: 00034 static CBellagioOpenMaxAudioMixer* NewL(TAny* aInitParams); 00035 ~CBellagioOpenMaxAudioMixer(); 00036 }; 00037 00038 #endif // __BELLAGIO_OPENMAX_AUDIOMIXER_H__