www.pudn.com > nokie_soundplayer.rar > sound.hrh
// Copyright (c) 2004, Nokia. All rights reserved.
#ifndef __SOUND_HRH__
#define __SOUND_HRH__
// Sound enumerate command codes
enum TSoundCommands
{
ESoundCmdPlay=100,
// ESoundCmdRecord,
ESoundCmdStop,
// ESoundCmdChange,
// ESoundCmdTone,
ESoundCmdPlayer
// EESoundCmdRecorder
};
#endif //__SOUND_HRH__
// End of File