Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(209)

Side by Side Diff: voice_engine/include/voe_errors.h

Issue 3019513002: Remove the VoiceEngineObserver callback interface. (Closed)
Patch Set: rebase + build error Created 3 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « voice_engine/include/voe_base.h ('k') | voice_engine/monitor_module.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 #define VE_APM_ERROR 8097 72 #define VE_APM_ERROR 8097
73 #define VE_RUNTIME_PLAY_WARNING 8098 73 #define VE_RUNTIME_PLAY_WARNING 8098
74 #define VE_RUNTIME_REC_WARNING 8099 74 #define VE_RUNTIME_REC_WARNING 8099
75 #define VE_NOT_PLAYING 8100 75 #define VE_NOT_PLAYING 8100
76 #define VE_SOCKETS_NOT_INITED 8101 76 #define VE_SOCKETS_NOT_INITED 8101
77 #define VE_CANNOT_GET_SOCKET_INFO 8102 77 #define VE_CANNOT_GET_SOCKET_INFO 8102
78 #define VE_INVALID_MULTICAST_ADDRESS 8103 78 #define VE_INVALID_MULTICAST_ADDRESS 8103
79 #define VE_DESTINATION_NOT_INITED 8104 79 #define VE_DESTINATION_NOT_INITED 8104
80 #define VE_RECEIVE_SOCKETS_CONFLICT 8105 80 #define VE_RECEIVE_SOCKETS_CONFLICT 8105
81 #define VE_SEND_SOCKETS_CONFLICT 8106 81 #define VE_SEND_SOCKETS_CONFLICT 8106
82 #define VE_TYPING_NOISE_WARNING 8107 82 // 8107 is not used
83 #define VE_NOISE_WARNING 8109 83 #define VE_NOISE_WARNING 8109
84 #define VE_CANNOT_GET_SEND_CODEC 8110 84 #define VE_CANNOT_GET_SEND_CODEC 8110
85 #define VE_CANNOT_GET_REC_CODEC 8111 85 #define VE_CANNOT_GET_REC_CODEC 8111
86 #define VE_ALREADY_INITED 8112 86 #define VE_ALREADY_INITED 8112
87 #define VE_CANNOT_SET_SECONDARY_SEND_CODEC 8113 87 #define VE_CANNOT_SET_SECONDARY_SEND_CODEC 8113
88 #define VE_CANNOT_GET_SECONDARY_SEND_CODEC 8114 88 #define VE_CANNOT_GET_SECONDARY_SEND_CODEC 8114
89 #define VE_CANNOT_REMOVE_SECONDARY_SEND_CODEC 8115 89 #define VE_CANNOT_REMOVE_SECONDARY_SEND_CODEC 8115
90 #define VE_TYPING_NOISE_OFF_WARNING 8116 90 // 8116 is not used
91 91
92 // Errors causing limited functionality 92 // Errors causing limited functionality
93 #define VE_RTCP_SOCKET_ERROR 9001 93 #define VE_RTCP_SOCKET_ERROR 9001
94 #define VE_MIC_VOL_ERROR 9002 94 #define VE_MIC_VOL_ERROR 9002
95 #define VE_SPEAKER_VOL_ERROR 9003 95 #define VE_SPEAKER_VOL_ERROR 9003
96 #define VE_CANNOT_ACCESS_MIC_VOL 9004 96 #define VE_CANNOT_ACCESS_MIC_VOL 9004
97 #define VE_CANNOT_ACCESS_SPEAKER_VOL 9005 97 #define VE_CANNOT_ACCESS_SPEAKER_VOL 9005
98 #define VE_GET_MIC_VOL_ERROR 9006 98 #define VE_GET_MIC_VOL_ERROR 9006
99 #define VE_GET_SPEAKER_VOL_ERROR 9007 99 #define VE_GET_SPEAKER_VOL_ERROR 9007
100 #define VE_THREAD_RTCP_ERROR 9008 100 #define VE_THREAD_RTCP_ERROR 9008
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 #define VE_CANNOT_STOP_PLAYOUT 10031 156 #define VE_CANNOT_STOP_PLAYOUT 10031
157 #define VE_CANNOT_INIT_CHANNEL 10032 157 #define VE_CANNOT_INIT_CHANNEL 10032
158 #define VE_RECV_SOCKET_ERROR 10033 158 #define VE_RECV_SOCKET_ERROR 10033
159 #define VE_SOCKET_TRANSPORT_MODULE_ERROR 10034 159 #define VE_SOCKET_TRANSPORT_MODULE_ERROR 10034
160 #define VE_AUDIO_CONF_MIX_MODULE_ERROR 10035 160 #define VE_AUDIO_CONF_MIX_MODULE_ERROR 10035
161 161
162 // Warnings for other platforms (reserved range 8061-8080) 162 // Warnings for other platforms (reserved range 8061-8080)
163 #define VE_IGNORED_FUNCTION 8061 163 #define VE_IGNORED_FUNCTION 8061
164 164
165 #endif // VOICE_ENGINE_VOE_ERRORS_H_ 165 #endif // VOICE_ENGINE_VOE_ERRORS_H_
OLDNEW
« no previous file with comments | « voice_engine/include/voe_base.h ('k') | voice_engine/monitor_module.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698