| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 2 * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
| 3 * | 3 * |
| 4 * Use of this source code is governed by a BSD-style license | 4 * Use of this source code is governed by a BSD-style license |
| 5 * that can be found in the LICENSE file in the root of the source | 5 * that can be found in the LICENSE file in the root of the source |
| 6 * tree. An additional intellectual property rights grant can be found | 6 * tree. An additional intellectual property rights grant can be found |
| 7 * in the file PATENTS. All contributing project authors may | 7 * in the file PATENTS. All contributing project authors may |
| 8 * be found in the AUTHORS file in the root of the source tree. | 8 * be found in the AUTHORS file in the root of the source tree. |
| 9 */ | 9 */ |
| 10 | 10 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 #define VE_NOT_INITED 8026 | 40 #define VE_NOT_INITED 8026 |
| 41 #define VE_NOT_SENDING 8027 | 41 #define VE_NOT_SENDING 8027 |
| 42 #define VE_EXT_TRANSPORT_NOT_SUPPORTED 8028 | 42 #define VE_EXT_TRANSPORT_NOT_SUPPORTED 8028 |
| 43 #define VE_EXTERNAL_TRANSPORT_ENABLED 8029 | 43 #define VE_EXTERNAL_TRANSPORT_ENABLED 8029 |
| 44 #define VE_STOP_RECORDING_FAILED 8030 | 44 #define VE_STOP_RECORDING_FAILED 8030 |
| 45 #define VE_INVALID_RATE 8031 | 45 #define VE_INVALID_RATE 8031 |
| 46 #define VE_INVALID_PACKET 8032 | 46 #define VE_INVALID_PACKET 8032 |
| 47 #define VE_NO_GQOS 8033 | 47 #define VE_NO_GQOS 8033 |
| 48 #define VE_INVALID_TIMESTAMP 8034 | 48 #define VE_INVALID_TIMESTAMP 8034 |
| 49 #define VE_RECEIVE_PACKET_TIMEOUT 8035 | 49 #define VE_RECEIVE_PACKET_TIMEOUT 8035 |
| 50 #define VE_STILL_PLAYING_PREV_DTMF 8036 | 50 // 8036 is not used |
| 51 #define VE_INIT_FAILED_WRONG_EXPIRY 8037 | 51 #define VE_INIT_FAILED_WRONG_EXPIRY 8037 |
| 52 #define VE_SENDING 8038 | 52 #define VE_SENDING 8038 |
| 53 #define VE_ENABLE_IPV6_FAILED 8039 | 53 #define VE_ENABLE_IPV6_FAILED 8039 |
| 54 #define VE_FUNC_NO_STEREO 8040 | 54 #define VE_FUNC_NO_STEREO 8040 |
| 55 // Range 8041-8080 is not used | 55 // Range 8041-8080 is not used |
| 56 #define VE_FW_TRAVERSAL_ALREADY_INITIALIZED 8081 | 56 #define VE_FW_TRAVERSAL_ALREADY_INITIALIZED 8081 |
| 57 #define VE_PACKET_RECEIPT_RESTARTED 8082 | 57 #define VE_PACKET_RECEIPT_RESTARTED 8082 |
| 58 #define VE_NOT_ALL_INFO 8083 | 58 #define VE_NOT_ALL_INFO 8083 |
| 59 #define VE_CANNOT_SET_SEND_CODEC 8084 | 59 #define VE_CANNOT_SET_SEND_CODEC 8084 |
| 60 #define VE_CODEC_ERROR 8085 | 60 #define VE_CODEC_ERROR 8085 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 #define VE_CANNOT_STOP_PLAYOUT 10031 | 157 #define VE_CANNOT_STOP_PLAYOUT 10031 |
| 158 #define VE_CANNOT_INIT_CHANNEL 10032 | 158 #define VE_CANNOT_INIT_CHANNEL 10032 |
| 159 #define VE_RECV_SOCKET_ERROR 10033 | 159 #define VE_RECV_SOCKET_ERROR 10033 |
| 160 #define VE_SOCKET_TRANSPORT_MODULE_ERROR 10034 | 160 #define VE_SOCKET_TRANSPORT_MODULE_ERROR 10034 |
| 161 #define VE_AUDIO_CONF_MIX_MODULE_ERROR 10035 | 161 #define VE_AUDIO_CONF_MIX_MODULE_ERROR 10035 |
| 162 | 162 |
| 163 // Warnings for other platforms (reserved range 8061-8080) | 163 // Warnings for other platforms (reserved range 8061-8080) |
| 164 #define VE_IGNORED_FUNCTION 8061 | 164 #define VE_IGNORED_FUNCTION 8061 |
| 165 | 165 |
| 166 #endif // WEBRTC_VOICE_ENGINE_VOE_ERRORS_H | 166 #endif // WEBRTC_VOICE_ENGINE_VOE_ERRORS_H |
| OLD | NEW |