📄 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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -