www.pudn.com > SoundMixer_Example_v1_0.zip > soundmixer.hrh
/*
*
============================================================================
* Name : CMixerThread.hrh
* Part of : SoundMixer
* Created : 03/01/2003 by Forum Nokia
* Description:
* This is the project specification file for SoundMixer.
* Initial content was generated by Series 60 AppWizard.
*
* Version : 1.0.0
* Copyright: Forum Nokia
*
============================================================================
*/
#ifndef SOUNDMIXER_HRH
#define SOUNDMIXER_HRH
enum TSoundMixerCommandIds
{
ESoundMixerCmdStartMixer = 1,
ESoundMixerCmdStopMixer,
ESoundMixerCmdVolumeUp,
ESoundMixerCmdVolumeDown
};
#endif