www.pudn.com > Full-Duplex_Audio_Example.rar > fullduplexex.hrh
/*
* =============================================================================
* Name : FullDuplexEx.hrh
* Part of : FullDuplexEx
* Description : Resource header file / definitions for UI command IDs
* Version :
*
* Copyright © 2007 Nokia. All rights reserved.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia. All rights are reserved. Copying, including
* reproducing, storing, adapting or translating, any
* or all of this material requires the prior written consent of
* Nokia. This material also contains confidential
* information which may not be disclosed to others without the
* prior written consent of Nokia.
* =============================================================================
*/
#ifndef FULLDUPLEXEX_HRH
#define FULLDUPLEXEX_HRH
enum TFullDuplexExCommandIds
{
EFullDuplexExCmdTest = 1,
EFullDuplexExCmdInit,
EFullDuplexExCmdStart,
EFullDuplexExCmdStop,
EFullDuplexExCodecAMR,
EFullDuplexExCodecG711,
EFullDuplexExCodecG729,
EFullDuplexExCodeciLBC,
EFullDuplexExCmdNull
};
#endif // FULLDUPLEXEX_HRH
// End of file