pixres.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:16k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: pixres.h,v 1.1.44.1 2004/07/19 21:03:59 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. #ifndef _PIXRES_H
  50. #define _PIXRES_H
  51. #include "resid.h"
  52. #define IDS_ERR_PIX_NOTLICENSED         HX_RP_RES_INIT_ID +   0
  53. #define IDS_ERR_PIX_BADEXTENSION        HX_RP_RES_INIT_ID +   1
  54. #define IDS_ERR_PIX_NOCODEC             HX_RP_RES_INIT_ID +   2
  55. #define IDS_ERR_PIX_MISSINGFILE         HX_RP_RES_INIT_ID +   3
  56. #define IDS_ERR_PIX_NOSTART             HX_RP_RES_INIT_ID +   4
  57. #define IDS_ERR_PIX_NOEND               HX_RP_RES_INIT_ID +   5
  58. #define IDS_ERR_PIX_NOXMLEND            HX_RP_RES_INIT_ID +   6
  59. #define IDS_ERR_PIX_NULLTITLE           HX_RP_RES_INIT_ID +   7
  60. #define IDS_ERR_PIX_NULLAUTHOR          HX_RP_RES_INIT_ID +   8
  61. #define IDS_ERR_PIX_NULLCOPYRIGHT       HX_RP_RES_INIT_ID +   9
  62. #define IDS_ERR_PIX_NULLVERSION         HX_RP_RES_INIT_ID +  10
  63. #define IDS_ERR_PIX_BADTIMEFORMAT       HX_RP_RES_INIT_ID +  11
  64. #define IDS_ERR_PIX_BADSTARTTIME        HX_RP_RES_INIT_ID +  12
  65. #define IDS_ERR_PIX_BADPREROLL          HX_RP_RES_INIT_ID +  13
  66. #define IDS_ERR_PIX_NULLURL             HX_RP_RES_INIT_ID +  14
  67. #define IDS_ERR_PIX_URLALLWHITE         HX_RP_RES_INIT_ID +  15
  68. #define IDS_ERR_PIX_BADDURATION         HX_RP_RES_INIT_ID +  16
  69. #define IDS_ERR_PIX_ZERODURATION        HX_RP_RES_INIT_ID +  17
  70. #define IDS_ERR_PIX_NOBITRATE           HX_RP_RES_INIT_ID +  18
  71. #define IDS_ERR_PIX_BADBITRATE          HX_RP_RES_INIT_ID +  19
  72. #define IDS_ERR_PIX_NOWIDTH             HX_RP_RES_INIT_ID +  20
  73. #define IDS_ERR_PIX_NOHEIGHT            HX_RP_RES_INIT_ID +  21
  74. #define IDS_ERR_PIX_UNKNOWNTAG          HX_RP_RES_INIT_ID +  22
  75. #define IDS_ERR_PIX_INVALIDHEAD         HX_RP_RES_INIT_ID +  23
  76. #define IDS_ERR_PIX_NOEFFECTS           HX_RP_RES_INIT_ID +  24
  77. #define IDS_ERR_PIX_NODURNOEFFECT       HX_RP_RES_INIT_ID +  25
  78. #define IDS_ERR_PIX_INVALIDEFFECTS      HX_RP_RES_INIT_ID +  26
  79. #define IDS_ERR_PIX_NOHANDLE            HX_RP_RES_INIT_ID +  27
  80. #define IDS_ERR_PIX_BADHANDLE           HX_RP_RES_INIT_ID +  28
  81. #define IDS_ERR_PIX_NONAME              HX_RP_RES_INIT_ID +  29
  82. #define IDS_ERR_PIX_NULLNAME            HX_RP_RES_INIT_ID +  30
  83. #define IDS_ERR_PIX_BADEFFECT           HX_RP_RES_INIT_ID +  31
  84. #define IDS_ERR_PIX_GENERALERROR        HX_RP_RES_INIT_ID +  32
  85. #define IDS_ERR_PIX_BADASPECTFLAG       HX_RP_RES_INIT_ID +  33
  86. #define IDS_ERR_PIX_UNKHEADATTR         HX_RP_RES_INIT_ID +  34
  87. #define IDS_ERR_PIX_BADATTRIBUTE        HX_RP_RES_INIT_ID +  35
  88. #define IDS_ERR_PIX_MISSINGSTART        HX_RP_RES_INIT_ID +  36
  89. #define IDS_ERR_PIX_MISSINGDURATION     HX_RP_RES_INIT_ID +  37
  90. #define IDS_ERR_PIX_MISSINGCOLOR        HX_RP_RES_INIT_ID +  38
  91. #define IDS_ERR_PIX_BADCOLOR            HX_RP_RES_INIT_ID +  39
  92. #define IDS_ERR_PIX_MISSINGTARGET       HX_RP_RES_INIT_ID +  40
  93. #define IDS_ERR_PIX_MISSINGNAME         HX_RP_RES_INIT_ID +  41
  94. #define IDS_ERR_PIX_MISSINGPACKAGE      HX_RP_RES_INIT_ID +  42
  95. #define IDS_ERR_PIX_BADBOOL             HX_RP_RES_INIT_ID +  43
  96. #define IDS_ERR_PIX_BADWIPEDIR          HX_RP_RES_INIT_ID +  44
  97. #define IDS_ERR_PIX_BADWIPETYPE         HX_RP_RES_INIT_ID +  45
  98. #define IDS_ERR_PIX_BADBGCOLOR          HX_RP_RES_INIT_ID +  46
  99. #define IDS_ERR_PIX_ILLEGALATTR         HX_RP_RES_INIT_ID +  47
  100. #define IDS_ERR_PIX_MISSREQATTR         HX_RP_RES_INIT_ID +  48
  101. #define IDS_ERR_PIX_ROOTNOTFIRST        HX_RP_RES_INIT_ID +  49
  102. #define IDS_ERR_PIX_HEADNOTFIRST        HX_RP_RES_INIT_ID +  50
  103. #define IDS_ERR_PIX_BADATTRVALUE        HX_RP_RES_INIT_ID +  51
  104. #define IDS_ERR_PIX_BADDSTRECT          HX_RP_RES_INIT_ID +  52
  105. #define IDS_ERR_PIX_BADCENTERFLAG       HX_RP_RES_INIT_ID +  53
  106. #define IDS_ERR_PIX_FUTUREVERSION       HX_RP_RES_INIT_ID +  54
  107. #define IDS_ERR_PIX_INCOMPATVERSION     HX_RP_RES_INIT_ID +  55
  108. #define IDS_ERR_PIX_DUPHANDLE           HX_RP_RES_INIT_ID +  56
  109. #define IDS_ERR_PIX_ZEROSIZE            HX_RP_RES_INIT_ID +  57
  110. #define IDS_ERR_GIF_BADBITRATE          HX_RP_RES_INIT_ID + 200
  111. #define IDS_ERR_GIF_BADDURATION         HX_RP_RES_INIT_ID + 201
  112. #define IDS_ERR_GIF_BADPREROLL          HX_RP_RES_INIT_ID + 202
  113. #define IDS_ERR_GIF_BADURL              HX_RP_RES_INIT_ID + 203
  114. #define IDS_ERR_GIF_BADTARGET           HX_RP_RES_INIT_ID + 204
  115. #define IDS_ERR_GIF_BADBGCOLOR          HX_RP_RES_INIT_ID + 205
  116. #define IDS_ERR_GIF_BADRELFLAG          HX_RP_RES_INIT_ID + 206
  117. #define IDS_ERR_GIF_BITRATEZERO         HX_RP_RES_INIT_ID + 207
  118. #define IDS_ERR_GIF_ILLEGALTARGET       HX_RP_RES_INIT_ID + 208
  119. #define IDS_ERR_GIF_BADTIMEFORMAT       HX_RP_RES_INIT_ID + 209
  120. #define IDS_ERR_GIF_UNKPLAYERCOMMAND    HX_RP_RES_INIT_ID + 210
  121. #define IDS_ERR_GIF_NOTARGETBROWSER     HX_RP_RES_INIT_ID + 211
  122. #define IDS_ERR_GIF_GENERALERROR        HX_RP_RES_INIT_ID + 212
  123. #define IDS_ERR_GIF_CORRUPTFILE         HX_RP_RES_INIT_ID + 213
  124. #define IDS_ERR_JPG_BADBITRATE          HX_RP_RES_INIT_ID + 400
  125. #define IDS_ERR_JPG_BADPREROLL          HX_RP_RES_INIT_ID + 401
  126. #define IDS_ERR_JPG_BADDURATION         HX_RP_RES_INIT_ID + 402
  127. #define IDS_ERR_JPG_BADDISPLAYTIME      HX_RP_RES_INIT_ID + 403
  128. #define IDS_ERR_JPG_BADURL              HX_RP_RES_INIT_ID + 404
  129. #define IDS_ERR_JPG_BADTARGET           HX_RP_RES_INIT_ID + 405
  130. #define IDS_ERR_JPG_BADRELFLAG          HX_RP_RES_INIT_ID + 406
  131. #define IDS_ERR_JPG_BITRATEZERO         HX_RP_RES_INIT_ID + 407
  132. #define IDS_ERR_JPG_DURATIONZERO        HX_RP_RES_INIT_ID + 408
  133. #define IDS_ERR_JPG_DISPTIMETOOBIG      HX_RP_RES_INIT_ID + 409
  134. #define IDS_ERR_JPG_ILLEGALTARGET       HX_RP_RES_INIT_ID + 410
  135. #define IDS_ERR_JPG_BADSEEKTIME         HX_RP_RES_INIT_ID + 411
  136. #define IDS_ERR_JPG_UNKPLAYERCOMMAND    HX_RP_RES_INIT_ID + 412
  137. #define IDS_ERR_JPG_NOTARGETBROWSER     HX_RP_RES_INIT_ID + 413
  138. #define IDS_ERR_JPG_NOPROGRESSIVE       HX_RP_RES_INIT_ID + 414
  139. #define IDS_ERR_JPG_GENERALERROR        HX_RP_RES_INIT_ID + 415
  140. #define ERRSTR_PIX_NOTLICENSED          "RealPix: This server is NOT licensed to deliver RealPix streams."
  141. #define ERRSTR_PIX_BADEXTENSION         "RealPix: Image file has unrecognized extension: %s"
  142. #define ERRSTR_PIX_NOCODEC              "RealPix: No codec available to process %s"
  143. #define ERRSTR_PIX_MISSINGFILE          "RealPix: Image file %s does not exist."
  144. #define ERRSTR_PIX_NOSTART              "RealPix: No <imfl> tag present - this might not be a RealPix file."
  145. #define ERRSTR_PIX_NOEND                "RealPix: No </imfl> tag present."
  146. #define ERRSTR_PIX_NOXMLEND             "RealPix: Missing XML tag end in %s"
  147. #define ERRSTR_PIX_NULLTITLE            "RealPix: Title attribute present in head tag but NULL value."
  148. #define ERRSTR_PIX_NULLAUTHOR           "RealPix: Author attribute present in head tag but NULL value."
  149. #define ERRSTR_PIX_NULLCOPYRIGHT        "RealPix: Copyright attribute present in head tag but NULL value."
  150. #define ERRSTR_PIX_NULLVERSION          "RealPix: Version attribute present in head tag but NULL value."
  151. #define ERRSTR_PIX_BADTIMEFORMAT        "RealPix: Unrecognized time format specifier: %s"
  152. #define ERRSTR_PIX_BADSTARTTIME         "RealPix: Invalid start time formatting in <head> tag."
  153. #define ERRSTR_PIX_BADPREROLL           "RealPix: Invalid preroll time formatting in <head> tag."
  154. #define ERRSTR_PIX_NULLURL              "RealPix: URL attribute present in head tag but NULL value."
  155. #define ERRSTR_PIX_URLALLWHITE          "RealPix: URL attribute in <head> contains only whitespace."
  156. #define ERRSTR_PIX_BADDURATION          "RealPix: Invalid duration time formatting in <head> tag."
  157. #define ERRSTR_PIX_ZERODURATION         "RealPix: Zero duration in head tag."
  158. #define ERRSTR_PIX_NOBITRATE            "RealPix: Missing bitrate attribute in head tag."
  159. #define ERRSTR_PIX_BADBITRATE           "RealPix: Bitrate cannot be less than or equal to zero."
  160. #define ERRSTR_PIX_NOWIDTH              "RealPix: Missing width attribute in head tag."
  161. #define ERRSTR_PIX_NOHEIGHT             "RealPix: Missing height attribute in head tag."
  162. #define ERRSTR_PIX_UNKNOWNTAG           "RealPix: Unknown tag: %s"
  163. #define ERRSTR_PIX_INVALIDHEAD          "RealPix: Invalid or missing head tag."
  164. #define ERRSTR_PIX_NOEFFECTS            "RealPix: No effects found."
  165. #define ERRSTR_PIX_NODURNOEFFECT        "RealPix: Duration attribute missing and no valid effects."
  166. #define ERRSTR_PIX_INVALIDEFFECTS       "RealPix: Unexpected error."
  167. #define ERRSTR_PIX_NOHANDLE             "RealPix: Missing handle attribute in %s"
  168. #define ERRSTR_PIX_BADHANDLE            "RealPix: Handle must be greater than zero in %s"
  169. #define ERRSTR_PIX_NONAME               "RealPix: Missing name attribute in %s"
  170. #define ERRSTR_PIX_NULLNAME             "RealPix: Name attribute present, but NULL value in %s"
  171. #define ERRSTR_PIX_BADEFFECT            "RealPix: Missing attribute or formatting error in %s"
  172. #define ERRSTR_PIX_GENERALERROR         "RealPix: General Error."
  173. #define ERRSTR_PIX_BADASPECTFLAG        "RealPix: aspect attribute in <head> must be either true or false"
  174. #define ERRSTR_PIX_UNKHEADATTR          "RealPix: Unknown attribute in <head>: %s"
  175. #define ERRSTR_PIX_BADATTRIBUTE         "RealPix: Unknown attribute in effect: %s"
  176. #define ERRSTR_PIX_MISSINGSTART         "RealPix: Missing start attribute in %s effect"
  177. #define ERRSTR_PIX_MISSINGDURATION      "RealPix: Missing duration attribute in %s effect"
  178. #define ERRSTR_PIX_MISSINGCOLOR         "RealPix: Missing color attribute in %s effect"
  179. #define ERRSTR_PIX_BADCOLOR             "RealPix: Bad value for color attribute in %s effect"
  180. #define ERRSTR_PIX_MISSINGTARGET        "RealPix: Missing target attribute in %s effect"
  181. #define ERRSTR_PIX_MISSINGNAME          "RealPix: Missing name attribute in external effect"
  182. #define ERRSTR_PIX_MISSINGPACKAGE       "RealPix: Missing package attribute in external effect"
  183. #define ERRSTR_PIX_BADBOOL              "RealPix: %s attribute in %s effect must be either true or false"
  184. #define ERRSTR_PIX_BADWIPEDIR           "RealPix: Unknown wipe direction"
  185. #define ERRSTR_PIX_BADWIPETYPE          "RealPix: Unknown wipe type"
  186. #define ERRSTR_PIX_BADBGCOLOR           "RealPix: Invalid background color in <head>"
  187. #define ERRSTR_PIX_ILLEGALATTR          "RealPix: Illegal attribute %s in tag %s"
  188. #define ERRSTR_PIX_MISSREQATTR          "RealPix: Missing required attribute %s in tag %s"
  189. #define ERRSTR_PIX_ROOTNOTFIRST         "RealPix: Root element <imfl> must be first element in file"
  190. #define ERRSTR_PIX_HEADNOTFIRST         "RealPix: <head> element must be the first element inside root element"
  191. #define ERRSTR_PIX_BADATTRVALUE         "RealPix: Bad value for attribute %s in tag %s"
  192. #define ERRSTR_PIX_BADDSTRECT           "RealPix: Destination rect for effect is not contained in display window"
  193. #define ERRSTR_PIX_BADCENTERFLAG        "RealPix: center attribute in <head> must be either true or false"
  194. #define ERRSTR_PIX_FUTUREVERSION        "RealPix: Version %s is a future version not supported by this parser"
  195. #define ERRSTR_PIX_INCOMPATVERSION      "RealPix: %s attribute is not compatible with this language version"
  196. #define ERRSTR_PIX_DUPHANDLE            "RealPix: Duplicate image handle"
  197. #define ERRSTR_PIX_ZEROSIZE             "RealPix: Zero or non-numeric size in image tag"
  198. #define ERRSTR_GIF_BADBITRATE           "GIF: Bad URL-encoded bitrate."
  199. #define ERRSTR_GIF_BADDURATION          "GIF: Bad URL-encoded duration."
  200. #define ERRSTR_GIF_BADPREROLL           "GIF: Bad URL-encoded preroll."
  201. #define ERRSTR_GIF_BADURL               "GIF: Bad URL-encoded url."
  202. #define ERRSTR_GIF_BADTARGET            "GIF: Bad URL-encoded target."
  203. #define ERRSTR_GIF_BADBGCOLOR           "GIF: Bad URL-encoded background color."
  204. #define ERRSTR_GIF_BADRELFLAG           "GIF: Bad URL-encoded reliable flag."
  205. #define ERRSTR_GIF_BITRATEZERO          "GIF: URL-encoded bitrate is zero."
  206. #define ERRSTR_GIF_ILLEGALTARGET        "GIF: URL-encoded target must either be _player or _browser"
  207. #define ERRSTR_GIF_BADTIMEFORMAT        "GIF: Illegal time formatting in URL-encoded seek time."
  208. #define ERRSTR_GIF_UNKPLAYERCOMMAND     "GIF: Unknown player command in URL-encoded url attribute."
  209. #define ERRSTR_GIF_NOTARGETBROWSER      "GIF: Cannot target browser with a player command."
  210. #define ERRSTR_GIF_GENERALERROR         "GIF: General Error."
  211. #define ERRSTR_GIF_CORRUPTFILE          "GIF: %s is unparseable and may be corrupt."
  212. #define ERRSTR_JPG_BADBITRATE           "JPEG: Bad URL-encoded bitrate."
  213. #define ERRSTR_JPG_BADPREROLL           "JPEG: Illegal time formatting in URL-encoded preroll."
  214. #define ERRSTR_JPG_BADDURATION          "JPEG: Illegal time formatting in URL-encoded duration."
  215. #define ERRSTR_JPG_BADDISPLAYTIME       "JPEG: Illegal time formatting in URL-encoded display time."
  216. #define ERRSTR_JPG_BADURL               "JPEG: Bad URL-encoded url."
  217. #define ERRSTR_JPG_BADTARGET            "JPEG: Bad URL-encoded target."
  218. #define ERRSTR_JPG_BADRELFLAG           "JPEG: Bad URL-encoded reliable flag."
  219. #define ERRSTR_JPG_BITRATEZERO          "JPEG: URL-encoded bitrate is zero."
  220. #define ERRSTR_JPG_DURATIONZERO         "JPEG: URL-encoded duration is zero."
  221. #define ERRSTR_JPG_DISPTIMETOOBIG       "JPEG: URL-encoded display time is greater than duration."
  222. #define ERRSTR_JPG_ILLEGALTARGET        "JPEG: URL-encoded target must either be _player or _browser."
  223. #define ERRSTR_JPG_BADSEEKTIME          "JPEG: Illegal time formatting in URL-encoded seek time."
  224. #define ERRSTR_JPG_UNKPLAYERCOMMAND     "JPEG: Unknown player command in url URL encoding."
  225. #define ERRSTR_JPG_NOTARGETBROWSER      "JPEG: Cannot target browser with a player command."
  226. #define ERRSTR_JPG_NOPROGRESSIVE        "JPEG: Progressive JPEGs are not supported."
  227. #define ERRSTR_JPG_GENERALERROR         "JPEG: General Error."
  228. #endif