vrex.hrh

来自「symbian s60 有关音频的代码实例,供参考」· HRH 代码 · 共 45 行

HRH
45
字号
/*
* ============================================================================
*  Name     : VRex from VRex.h
*  Part of  : Video Example
*  Created  : 30/08/2006 by Forum  Nokia
*  Implementation notes:
*  Version  : 2.0
*  Copyright: Nokia Corporation, 2006
* ============================================================================
*/

#ifndef __VREX_HRH__
#define __VREX_HRH__
 
enum TVRexCommandIds
    {
    EVRexCmdAppPlay = 0x76,
    EVRexCmdAppStop,
    EVRexCmdAppPause,
    EVRexCmdAppContinue,
    EVRexCmdAppReturn,
    EVRexCmdAppDocFileInfo,
    EVRexCmdAppDocPlay,
    EVRexCmdAppRecord,
    EVRexCmdAppStartPreview    
    };

enum TFileListDirectories
    {
    EFileListSounds = 1,
    EFileListPictures,
    EFileListVideos,
    EFileListDirNoChange
    };

enum TFileListSizeDate
    {
    EFileListSize = 1,
    EFileListDate,
    EFileListToggle,
    EFileListSizeDateNoChange
    };

#endif //__VREX_HRH__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?