?? recorder.hrh
字號:
/*
* ============================================================================
* 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
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -