video.hrh

来自「NOKIA S60手机3gp视频播放器源代码.」· HRH 代码 · 共 29 行

HRH
29
字号
/*
* ============================================================================
*  Name     : Video resource header file video.hrh
*  Part of  : Video
*  Created  : 10/14/2003 by Forum Nokia
*  Description:
*     This file contains declarations for constants of Video.
*     The file can be included in C++ or resource file.
*  Version  :
*  Copyright: Forum Corporation, 2003
* ============================================================================
*/

#ifndef VIDEO_HRH
#define VIDEO_HRH

enum TVideoCommandIds
    {
    EVideoCmdAppPlay = 0x6000,
    EVideoCmdAppStop,
    EVideoCmdAppPause,
    EVideoCmdAppContinue,
    EVideoCmdAppReturn,
    EVideoCmdAppDocFileInfo,
    EVideoCmdAppDocPlay
    };

#endif // VIDEO_HRH

⌨️ 快捷键说明

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