chxavconfignames.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:2k
源码类别:

Symbian

开发平台:

C/C++

  1. /****************************************************************************
  2.  * chxavconfignames.h
  3.  * ------------------
  4.  *
  5.  * Synopsis:
  6.  * Key names.
  7.  *
  8.  * Target:
  9.  * Symbian OS
  10.  *
  11.  *
  12.  * (c) 1995-2003 RealNetworks, Inc. Patents pending. All rights reserved.
  13.  *
  14.  *****************************************************************************/
  15.  
  16. #ifndef _chxavconfignames_h_
  17. #define _chxavconfignames_h_
  18. #define CHXAV_AccessPoint           "AccessPoint"
  19. #define CHXAV_Bandwidth             "Bandwidth"
  20. #define CHXAV_AccessPointStr     "AccessPointStr"
  21. #define CHXAV_ClipIntroSecs         "ClipIntroSecs"
  22. #define CHXAV_ConnTimeout           "ConnectionTimeout"
  23. #define CHXAV_DebugMask             "DebugMask"
  24. #define CHXAV_EnablePostFilter      "EnablePostFilter"
  25. #define CHXAV_AutoScale             "AutoScale"
  26. #define CHXAV_ErrMsgIncludeCode     "ErrMsgIncludeCode"
  27. #define CHXAV_FlowControl           "FlowControl"
  28. #define CHXAV_Guide                 "Guide"
  29. #define CHXAV_GuideLocalize         "GuideLocalize"
  30. #define CHXAV_Help                  "Help"
  31. #define CHXAV_LocalMediaFolder      "LocalMediaFolder"
  32. #define CHXAV_LogSink               "LogSink"
  33. #define CHXAV_LoopMode              "LoopMode"
  34. #define CHXAV_ManualBandwidth       "ManualBandwidth"
  35. #define CHXAV_MaxBandwidth          "MaxBandwidth"
  36. #define CHXAV_MaxImageSize          "MaxImageSize"
  37. #define CHXAV_MaxRecentClipCount    "MaxRecentClipCount"
  38. #define CHXAV_UDPPort               "UDPPort"
  39. #define CHXAV_UseUDPPort            "UseUDPPort"
  40. #define CHXAV_MmcMediaFolder        "MmcMediaFolder"
  41. #define CHXAV_MmcMediaFolderStart   "MmcMediaFolderStart"
  42. #define CHXAV_PlayerLibPath         "UserSDKDataPath"
  43. #define CHXAV_PluginArchiveFileName "PluginArchiveFileName"
  44. #define CHXAV_Proxy                 "RTSPProxyHost"
  45. #define CHXAV_ProxyPort             "RTSPProxyPort"
  46. #define CHXAV_ServerPort            "ServerPort"
  47. #define CHXAV_ServerTimeout         "ServerTimeout" 
  48. #define CHXAV_UDPTimeout            "UDPTimeout"
  49. #define CHXAV_ShuffleMode           "ShuffleMode"
  50. #define CHXAV_UseProxy             "RTSPProxySupport"
  51. //#define CHXAV_Volume                "Volume"
  52. //#define CHXAV_IsMute                "IsMute"
  53. #endif // _chxavconfignames_h_