recorder.hrh
来自「symbian手机通话录音程序」· HRH 代码 · 共 51 行
HRH
51 行
/*
* ============================================================================
* Name : Recorder.hrh
* Part of : RecorderExample
* Created : 20.03.2005 by Forum Nokia
* Description:
* Declares class to handle bure recording from source to a audio file
* Version : 1.0.0
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef RECORDER_HRH
#define RECORDER_HRH
// Enumeration
enum TProgMenuCommand // Command List in Options pane
{
EProgCmdPlay = 1,
EProgCmdPause,
EProgCmdStop,
EProgCmdRecord,
EProgCmdRecordMenu,
ERecordActivate,
ERecordDeactivate
};
enum TRecorderViewId
{
ERecorderView1Tab = 1
};
enum TProgSoftkeyCommand
{
EProgSoftkeyNext=100,
EProgSoftkeyPlay
};
enum TRecorderAdapterStatus
{
EPlaying = 1,
ERecording,
EStop,
EPause
};
#endif
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?