📄 sound.pan
字号:
// Copyright (c) 2004, Nokia. All rights reserved.
#ifndef __SOUND_H__
#define __SOUND_H__
// Panic Category
_LIT( KSound, "Sound" );
_LIT( KPlayerAdapter, "CPlayerAdapter" );
_LIT( KRecorderAdapter, "CRecorderAdapter" );
_LIT( KToneAdapter, "CToneAdapter" );
// Sound application panic codes
enum SoundPanics
{
// Use 200 as the base for panics so that
// they are well above all Epoc panic codes.
KSoundPanicInvalidState = 200,
KSoundPanicBadParameter,
KSoundPanicInvariant,
KSoundPanicInvalidMdaState,
KSoundPanicUnexpectedCommand
};
#endif // __SOUND_H__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -