video.hrh
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:1k
- /*
- * ============================================================================
- * 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