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

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. #ifdef __MWERKS__
  36. #pragma once
  37. #endif
  38. #ifndef _HXERRORS
  39. #define _HXERRORS
  40. enum HX_ERROR
  41. {
  42. HX_NO_ERROR = 0, // 0 
  43. HX_GENERAL_ERROR = 1, // 1 General error. An error occurred.
  44. HX_MEMORY_ERROR = 2, // 2 Out of memory.
  45. // state errors/return values
  46. HX_AT_INTERRUPT  = 3, // 3 Cannot process at interrupt level. Deferring request to system task level.
  47. HX_BUFFERING  = 4, // 4 Deferring request until after buffering is completed.
  48. HX_PAUSED  = 5, // 5 Paused.
  49. HX_NO_DATA  = 6, // 6 There is no data waiting to be processed.
  50. HX_AT_END  = 7, // 7 Arrived at the end of the document.
  51. HX_INVALID_PARAMETER  = 8, // 8 Invalid parameter. Unable to process request.
  52. HX_INVALID_OPERATION  = 9, // 9 Invalid operation. Cannot process request.
  53. HX_NOT_INITIALIZED_ERROR  = 10, // 10 Not initialized.
  54. // file errors
  55. HX_INVALID_RA_FILE  = 11, // 11 This document is not a RealAudio document.
  56. HX_INVALID_VERSION  = 12, // 12 Invalid RealAudio file version number.
  57. HX_INVALID_REVISION  = 13, // 13 Invalid revision number in RealAudio file.
  58. HX_DOC_MISSING_ERROR  = 14, // 14 Requested file not found. The link you followed may be outdated or inaccurate.
  59. HX_FORMAT_ERROR  = 15, // 15 Unknown data format.
  60. HX_CHUNK_MISSING  = 16, // 16 RealAudio file is missing the requested data chunk.
  61. HX_INVALID_INTERLEAVER  = 17, // 17 Cannot locate the requested interleaver.
  62. // server errors
  63. HX_NET_SOCKET_INVALID  = 18, // 18 Invalid socket error.
  64. HX_NET_CONNECT_ERROR  = 19, // 19 An error occurred while trying to connect to the RealAudio Server.
  65. HX_BIND_ERROR  = 20, // 20 An error occurred binding to network socket.
  66. HX_SOCKET_CREATE_ERROR  = 21, // 21 An error occurred while creating a network socket.
  67. HX_INVALID_HOST  = 22, // 22 Requested server is not valid.
  68. HX_INVALID_PATH  = 23, // 23 Requested URL is not valid.
  69. HX_NET_READ_ERROR  = 24, // 24 An error occurred while reading data from the network.
  70. HX_NET_WRITE_ERROR = 25, // 25 An error occurred while writing data to the network.
  71. HX_NET_UDP_ERROR  = 26, // 26 Player cannot receive UDP data packets. You may wish to try the TCP data option in the Network Preferences. 
  72. //    You may also want to configure your player to use a firewall proxy. Please contact your system administrator for 
  73. //    more information.
  74. HX_RETRY_ERROR  = 27, // 27 Attempting to reconnect to the RealAudio server.
  75. HX_SERVER_TIMEOUT  = 28, // 28 Server timeout. Server not responding.
  76. HX_SERVER_DISCONNECTED  = 29, // 29 Server disconnected. The server may be too busy or not available at this time.
  77. HX_DNR_ERROR  = 30, // 30 Cannot resolve the requested network address.
  78. HX_OPEN_DRIVER_ERROR  = 31, // 31 Cannot open the network drivers.
  79. HX_WOULD_BLOCK_ERROR  = 32, // 32 Network operation would block.
  80. HX_UPGRADE_ERROR  = 33, // 33 You need a newer client to access this server. Please upgrade.
  81. HX_BAD_SERVER_ERROR  = 34, // 34 This server is not using a recognized protocol.
  82. HX_ADVANCED_SERVER_ERROR  = 35, // 35 You need a newer client to access this server. Please upgrade.
  83. HX_OLD_SERVER_ERROR  = 36, // 36 Connection closed. The host's version of the RealAudio Server is too old for this client.
  84.   
  85. // decoder errors
  86. HX_DEC_INITED  = 37, // 37 RealAudio Decoder is initialized.
  87. HX_DEC_NOT_FOUND  = 38, // 38 File compression not supported. Cannot locate the requested RealAudio decoder.
  88. HX_DEC_INVALID  = 39, // 39 Invalid decoder.
  89. HX_DEC_TYPE_MISMATCH  = 40, // 40 Decoder type mismatch. Cannot load the requested decoder.
  90. HX_DEC_INIT_FAILED  = 41, // 41 Requested RealAudio Decoder cannot be found or cannot be used on this machine.
  91. HX_DEC_NOT_INITED  = 42, // 42 RealAudio Decoder was not initialized before attempting to use it.
  92. HX_DEC_DECOMPRESS_ERROR  = 43, // 43 An error occurred during decoding.
  93. HX_REDIRECTION  = 44, // 44 Client is being redirected to a new server.
  94. HX_SERVER_ALERT  = 45, // 45 Server alert.
  95. // proxy errors
  96. HX_PROXY_ERROR  = 46, // 46 Proxy status error.
  97. HX_PROXY_RESPONSE_ERROR  = 47, // 47 Proxy invalid response error.
  98. HX_ADVANCED_PROXY_ERROR  = 48, // 48 You need a newer client to access this proxy. Please upgrade.
  99. HX_OLD_PROXY_ERROR  = 49, // 49 Connection closed. The proxy is too old for this client.
  100. // audio errors
  101. HX_AUDIO_DRIVER_ERROR  = 50, // 50 Cannot open audio device.
  102. // parsing errors
  103. HX_INVALID_PROTOCOL_ERROR  = 51, // 51 Invalid protocol specified in URL.
  104. HX_INVALID_URL_OPTION_ERROR = 52, // 52 Invalid option specified in URL.
  105. HX_INVALID_URL_HOST  = 53, // 53 Invalid host string in requested URL.
  106. HX_INVALID_URL_PATH  = 54, // 54 Invalid resource path string in requested URL.
  107. HX_GENERAL_NONET  = 55, // 55 Error locating Winsock Services.
  108. // notification errors
  109. HX_NOTIFICATION_ERROR  = 56, // 56 Error sending notification to client.
  110. HX_NOT_NOTIFIED  = 57, // 57, Not an ERROR... This is a code used to indicate that the client did not request to recieve the notification.
  111. HX_STOPPED  = 58, // 58, Not sent to user, the clip has reached the end or has been terminated.
  112. HX_OPEN_NOT_PROCESSED  = 59, // 59, Not sent to user, Open command have not been processed (to many connections opened).
  113. HX_BLOCK_CANCELED  = 60, // 60, Not sent to user, Blocking call was canceled.
  114. HX_CLOSED  = 61, // 61, Not send to user, the clip was previously closed.
  115. // encoder errors
  116. HX_ENC_FILE_TOO_SMALL  = 62, // 62, File is too small.
  117. HX_ENC_UNKNOWN_FILE  = 63, // 63, Unknown file type.
  118. HX_ENC_BAD_CHANNELS  = 64, // 64, Invalid number of encoder channels.
  119. HX_ENC_BAD_SAMPSIZE   = 65, // 65, Invalid encoder sample size.
  120. HX_ENC_BAD_SAMPRATE  = 66, // 66, Invalid encoder sample rate.
  121. HX_ENC_INVALID              = 67,   // 67, Invalid encoder.
  122.     HX_ENC_NO_OUTPUT_FILE       = 68,   // 68, Output file not found.
  123.     HX_ENC_NO_INPUT_FILE        = 69,   // 69, Input file not found.
  124. HX_ENC_NO_OUTPUT_PERMISSIONS= 70, // 70, Encoder output permission error.
  125. HX_ENC_BAD_FILETYPE         = 71,   // 71, Input file type not supported.
  126. // errors related to expiration
  127. HX_EXPIRED = 72, // 72, This product is expired. Please upgrade to the latest version from http://www.realaudio.com.
  128.    
  129. // $Comstrip:  IF SDK
  130. // HX_RESERVED_ERROR_1 = 73, // 73 
  131. // HX_COULDNOTINITCORE_ERROR = 74, // 74, An error occurred while initializing the RealAudio Daemon.
  132. // HX_RESERVED_ERROR_2 = 75, // 75
  133. // HX_RESERVED_ERROR_3 = 76, // 76
  134. // HX_RESERVED_ERROR_4 = 77, // 77
  135. // HX_RESERVED_ERROR_5 = 78, // 78
  136. // $Comstrip:  ELSE
  137. HX_RECORD_ERROR = 73, // 73, An error occurred while trying to record the clip. The clip was not recorded.
  138. HX_COULDNOTINITCORE_ERROR = 74, // 74, An error occurred while initializing the RealAudio Daemon.
  139. HX_PERFECTPLAY_NOT_SUPPORTED= 75, // 75, Requested server does not support PerfectPlay.
  140. HX_NO_LIVE_PERFECTPLAY = 76, // 76, PerfectPlay not supported for live streams.
  141. HX_RECORD_WRITE_ERROR = 77, // 77, An error occurred while recording clip to file.
  142. HX_PERFECTPLAY_NOT_ALLOWED = 78, // 78, PerfectPlay not allowed on this clip.
  143. HX_INVALID_WAV_FILE = 79 // 79, File is not a RIFF WAV file.
  144. ,HX_INVALID_PROTOCOL = 80 // 80, Protocol not supported by server.
  145. ,HX_NO_SEEK = 81 // 81, No seek possible.
  146. ,HX_INVALID_STREAM = 82 // 82, Invalid .RM stream.
  147. ,HX_TEMP_FILE_ERROR = 83 // 83, An error occurred accessing a temporary file.
  148. ,HX_MULTICAST_JOIN_ERROR = 84 // 84, An error occurred attempting to join multicast session.
  149. ,HX_GENERAL_MULTICAST_ERROR = 85 // 85, An error occurred accessing a multicast session.
  150. ,HX_MULTICAST_UDP_ERROR = 86 // 86, Player cannot receive audio data from the multicast session. You may wish to try the TCP data option in the Network Preferences. Please contact your system administrator for more information.
  151. ,HX_NO_CODECS = 87 // 87, No RealAudio Codecs have been installed on your system.
  152. ,HX_SLOW_MACHINE = 88 // 88, Your machine does not have enough CPU power to play this file in real time. If you are accessing a network link, you may try setting your bandwidth to a smaller value, since bandwidth usage is often related to playback complexity. 
  153. ,HX_FORCE_PERFECTPLAY  = 89 // 89, server protocol < 10, must reconnect in TCP mode for PerfectPlay to work
  154. ,HX_INVALID_HTTP_PROXY_HOST = 90 // 90, Invalid hostname for HTTP proxy.
  155. //
  156. // errors added for the video encoder
  157. //
  158. ,HX_ENC_INVALID_VIDEO = 91 // 91, The source file contains an unsupported video format
  159. ,HX_ENC_INVALID_AUDIO = 92 // 92, The source file contains an unsupported audio format
  160. ,HX_ENC_NO_VIDEO_CAPTURE = 93 // 93, Unable to initialize the video capture device
  161. ,HX_ENC_INVALID_VIDEO_CAPTURE = 94 // 94, The video capture device format is unsupported
  162. ,HX_ENC_NO_AUDIO_CAPTURE = 95 // 95, Unable to initialize the audio capture device
  163. ,HX_ENC_INVALID_AUDIO_CAPTURE = 96 // 96, The audio capture device format is unsupported
  164. ,HX_ENC_TOO_SLOW_FOR_LIVE = 97 // 97, Not enough resources to maintain live encoding
  165. ,HX_ENC_ENGINE_NOT_INITIALIZED = 98 // 98, The encoding engine is not initialized
  166. ,HX_ENC_CODEC_NOT_FOUND = 99 // 99, The requested codec was not found
  167. ,HX_ENC_CODEC_NOT_INITIALIZED = 100 // 100, Codec initialization failed
  168. ,HX_ENC_INVALID_INPUT_DIMENSIONS = 101 // 101, Invalid input video frame dimensions
  169. //
  170. // errors added for rtsl parsing
  171. //
  172. ,HX_INVALID_METAFILE = 102 // 102, Invalid RTSL file
  173. ,HX_NO_RENDERER = 103 // 103, Renderer not found
  174. ,HX_NO_FILEFORMAT = 104 // 104, File format not found
  175. ,HX_UNSUPPORTED_VIDEO = 105 // 105, The file contains an unsupported video format
  176. ,HX_UNSUPPORTED_AUDIO = 106 // 106, The file contains an unsupported audio format
  177. ,HX_LAST_ERROR_POS // used to mark end of HX_ERROR enum
  178. };
  179. #endif  // _HXERRORS