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

Symbian

开发平台:

C/C++

  1. /* ***** BEGIN LICENSE BLOCK ***** 
  2.  * Version: RCSL 1.0/RPSL 1.0 
  3.  *  
  4.  * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. 
  5.  *      
  6.  * The contents of this file, and the files included with this file, are 
  7.  * subject to the current version of the RealNetworks Public Source License 
  8.  * Version 1.0 (the "RPSL") available at 
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed 
  10.  * the file under the RealNetworks Community Source License Version 1.0 
  11.  * (the "RCSL") available at http://www.helixcommunity.org/content/rcsl, 
  12.  * in which case the RCSL will apply. You may also obtain the license terms 
  13.  * directly from RealNetworks.  You may not use this file except in 
  14.  * compliance with the RPSL or, if you have a valid RCSL with RealNetworks 
  15.  * applicable to this file, the RCSL.  Please see the applicable RPSL or 
  16.  * RCSL for the rights, obligations and limitations governing use of the 
  17.  * contents of the file.  
  18.  *  
  19.  * This file is part of the Helix DNA Technology. RealNetworks is the 
  20.  * developer of the Original Code and owns the copyrights in the portions 
  21.  * it created. 
  22.  *  
  23.  * This file, and the files included with this file, is distributed and made 
  24.  * available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 
  25.  * EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, 
  26.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS 
  27.  * FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 
  28.  * 
  29.  * Technology Compatibility Kit Test Suite(s) Location: 
  30.  *    http://www.helixcommunity.org/content/tck 
  31.  * 
  32.  * Contributor(s): 
  33.  *  
  34.  * ***** END LICENSE BLOCK ***** */ 
  35. #ifndef _COOK_STRINGS_H
  36. #define _COOK_STRINGS_H
  37. #define COOK_NAME_FLAVOR0   "8 Kbps Music"
  38. #define COOK_NAME_FLAVOR1   "11 Kbps Music"
  39. #define COOK_NAME_FLAVOR2   "16 Kbps Music"
  40. #define COOK_NAME_FLAVOR3   "20 Kbps Music"
  41. #define COOK_NAME_FLAVOR4   "32 Kbps Music"
  42. #define COOK_NAME_FLAVOR5   "44 Kbps Music"
  43. #define COOK_NAME_FLAVOR6   "64 Kbps Music"
  44. #define COOK_NAME_FLAVOR7   "32 Kbps Voice"
  45. #define COOK_NAME_FLAVOR8   "6 Kbps Music"
  46. #define COOK_NAME_FLAVOR9   "20 Kbps Stereo Music"
  47. #define COOK_NAME_FLAVOR10  "32 Kbps Stereo Music"
  48. #define COOK_NAME_FLAVOR11  "44 Kbps Stereo Music"
  49. #define COOK_NAME_FLAVOR12  "64 Kbps Stereo Music"
  50. #define COOK_NAME_FLAVOR13  "96 Kbps Stereo Music"
  51. #define COOK_NAME_FLAVOR14  "64 Kbps Voice"
  52. #define COOK_NAME_FLAVOR15  "20 Kbps Music - High Response"
  53. #define COOK_NAME_FLAVOR16  "32 Kbps Music - High Response"
  54. #define COOK_DESCRIPTION_FLAVOR0    "For music-based video over 28 Kbps and 56 Kbps modem connections."
  55. #define COOK_DESCRIPTION_FLAVOR1    "For music over 14 Kbps modem connections, or music-based video over Single ISDN connections."
  56. #define COOK_DESCRIPTION_FLAVOR2    "For music over 28 Kbps modem connections, or music-based video over Dual ISDN connections."
  57. #define COOK_DESCRIPTION_FLAVOR3    "For music over 28 Kbps modem connections, or music-based video over Dual ISDN connections."
  58. #define COOK_DESCRIPTION_FLAVOR4    "For music over 56 Kbps modem connections, or music-based video over LAN/DSL/Cable Modem connections."
  59. #define COOK_DESCRIPTION_FLAVOR5    "For music over Single ISDN connections."
  60. #define COOK_DESCRIPTION_FLAVOR6    "For music over Dual ISDN and LAN/DSL/Cable Modem connections."
  61. #define COOK_DESCRIPTION_FLAVOR7    "For speech over 56 Kbps modem and Single ISDN connections, or for speech-based video over LAN/DSL/Cable Modem connections."
  62. #define COOK_DESCRIPTION_FLAVOR8    "For music-based video over 28 Kbps and 56Kbps modem connections. If better sound quality is required, select the 8 Kbps Music codec."
  63. #define COOK_DESCRIPTION_FLAVOR9    "For stereo music over 28 Kbps modem connections, or music-based video over Dual ISDN connections."
  64. #define COOK_DESCRIPTION_FLAVOR10   "For stereo music over 56 Kbps modem connections, or music-based video over LAN/DSL/Cable Modem connections."
  65. #define COOK_DESCRIPTION_FLAVOR11   "For stereo music over Single ISDN connections."
  66. #define COOK_DESCRIPTION_FLAVOR12   "For stereo music over Dual ISDN and LAN/DSL/Cable Modem connections."
  67. #define COOK_DESCRIPTION_FLAVOR13   "For stereo music over Dual ISDN and LAN/DSL/Cable Modem connections."
  68. #define COOK_DESCRIPTION_FLAVOR14   "For speech over Dual ISDN and LAN/DSL/Cable Modem connections."
  69. #define COOK_DESCRIPTION_FLAVOR15   "For music over 28 Kbps modem connections, or music-based video over Dual ISDN connections."
  70. #define COOK_DESCRIPTION_FLAVOR16   "For music over 56 Kbps modem connections, or music-based video over LAN/DSL/Cable Modem connections."
  71. #define COOK_STATUSTEXT_FLAVOR0    "RealAudio G2"
  72. #define COOK_STATUSTEXT_FLAVOR1    "RealAudio G2"
  73. #define COOK_STATUSTEXT_FLAVOR2    "RealAudio G2"
  74. #define COOK_STATUSTEXT_FLAVOR3    "RealAudio G2"
  75. #define COOK_STATUSTEXT_FLAVOR4    "RealAudio G2"
  76. #define COOK_STATUSTEXT_FLAVOR5    "RealAudio G2"
  77. #define COOK_STATUSTEXT_FLAVOR6    "RealAudio G2"
  78. #define COOK_STATUSTEXT_FLAVOR7    "RealAudio G2"
  79. #define COOK_STATUSTEXT_FLAVOR8    "RealAudio G2"
  80. #define COOK_STATUSTEXT_FLAVOR9    "RealAudio G2"
  81. #define COOK_STATUSTEXT_FLAVOR10   "RealAudio G2"
  82. #define COOK_STATUSTEXT_FLAVOR11   "RealAudio G2"
  83. #define COOK_STATUSTEXT_FLAVOR12   "RealAudio G2"
  84. #define COOK_STATUSTEXT_FLAVOR13   "RealAudio G2"
  85. #define COOK_STATUSTEXT_FLAVOR14   "RealAudio G2"
  86. #define COOK_STATUSTEXT_FLAVOR15   "RealAudio G2"
  87. #define COOK_STATUSTEXT_FLAVOR16   "RealAudio G2"
  88. #endif // _COOK_STRINGS_H