?? sound.pan
字號(hào):
// Copyright (c) 2003, Nokia Mobile Phones. 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__
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -