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

Unified Diff: webrtc/common_types.h

Issue 2645033002: Remove VoEExternalMedia interface. (Closed)
Patch Set: bad merge Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webrtc/test/mock_voice_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 948bd006c8ecc1d646158674e8d2177c270842cf..73e8364d285dca2deefd053b9ec1bc9d2fac768f 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -142,14 +142,6 @@ enum FileFormats {
kFileFormatPcm32kHzFile = 9
};
-enum ProcessingTypes {
- kPlaybackPerChannel = 0,
- kPlaybackAllChannelsMixed,
- kRecordingPerChannel,
- kRecordingAllChannelsMixed,
- kRecordingPreprocessing
-};
-
enum FrameType {
kEmptyFrame = 0,
kAudioFrameSpeech = 1,
« 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