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

Side by Side Diff: webrtc/engine_configurations.h

Issue 1723153002: Remove the VoEDtmf interface. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 9 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 | « no previous file | webrtc/test/mock_voice_engine.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) 2012 The WebRTC project authors. All Rights Reserved. 2 * Copyright (c) 2012 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 17 matching lines...) Expand all
28 #if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS) 28 #if !defined(WEBRTC_ANDROID) && !defined(WEBRTC_IOS)
29 #define WEBRTC_VOICE_ENGINE_TYPING_DETECTION // Typing detection 29 #define WEBRTC_VOICE_ENGINE_TYPING_DETECTION // Typing detection
30 #endif 30 #endif
31 31
32 // ---------------------------------------------------------------------------- 32 // ----------------------------------------------------------------------------
33 // VoiceEngine sub-APIs 33 // VoiceEngine sub-APIs
34 // ---------------------------------------------------------------------------- 34 // ----------------------------------------------------------------------------
35 35
36 #define WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API 36 #define WEBRTC_VOICE_ENGINE_AUDIO_PROCESSING_API
37 #define WEBRTC_VOICE_ENGINE_CODEC_API 37 #define WEBRTC_VOICE_ENGINE_CODEC_API
38 #define WEBRTC_VOICE_ENGINE_DTMF_API
39 #define WEBRTC_VOICE_ENGINE_EXTERNAL_MEDIA_API 38 #define WEBRTC_VOICE_ENGINE_EXTERNAL_MEDIA_API
40 #define WEBRTC_VOICE_ENGINE_FILE_API 39 #define WEBRTC_VOICE_ENGINE_FILE_API
41 #define WEBRTC_VOICE_ENGINE_HARDWARE_API 40 #define WEBRTC_VOICE_ENGINE_HARDWARE_API
42 #define WEBRTC_VOICE_ENGINE_NETEQ_STATS_API 41 #define WEBRTC_VOICE_ENGINE_NETEQ_STATS_API
43 #define WEBRTC_VOICE_ENGINE_RTP_RTCP_API 42 #define WEBRTC_VOICE_ENGINE_RTP_RTCP_API
44 #define WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API 43 #define WEBRTC_VOICE_ENGINE_VIDEO_SYNC_API
45 #define WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API 44 #define WEBRTC_VOICE_ENGINE_VOLUME_CONTROL_API
46 45
47 // ============================================================================ 46 // ============================================================================
48 // Platform specific configurations 47 // Platform specific configurations
(...skipping 18 matching lines...) Expand all
67 66
68 // ---------------------------------------------------------------------------- 67 // ----------------------------------------------------------------------------
69 // VideoEngine Mobile iPhone 68 // VideoEngine Mobile iPhone
70 // ---------------------------------------------------------------------------- 69 // ----------------------------------------------------------------------------
71 70
72 #if defined(WEBRTC_IOS) 71 #if defined(WEBRTC_IOS)
73 #define EAGL_RENDERING 72 #define EAGL_RENDERING
74 #endif 73 #endif
75 74
76 #endif // WEBRTC_ENGINE_CONFIGURATIONS_H_ 75 #endif // WEBRTC_ENGINE_CONFIGURATIONS_H_
OLDNEW
« no previous file with comments | « no previous file | webrtc/test/mock_voice_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698