video.hrh
上传用户:xinrui0099
上传日期:2010-03-05
资源大小:48k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ============================================================================
  3. *  Name     : Video resource header file video.hrh
  4. *  Part of  : Video
  5. *  Created  : 10/14/2003 by Forum Nokia
  6. *  Description:
  7. *     This file contains declarations for constants of Video.
  8. *     The file can be included in C++ or resource file.
  9. *  Version  :
  10. *  Copyright: Forum Corporation, 2003
  11. * ============================================================================
  12. */
  13. #ifndef VIDEO_HRH
  14. #define VIDEO_HRH
  15. enum TVideoCommandIds
  16.     {
  17.     EVideoCmdAppPlay = 0x6000,
  18.     EVideoCmdAppStop,
  19.     EVideoCmdAppPause,
  20.     EVideoCmdAppContinue,
  21.     EVideoCmdAppReturn,
  22.     EVideoCmdAppDocFileInfo,
  23.     EVideoCmdAppDocPlay
  24.     };
  25. #endif // VIDEO_HRH