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

Unified Diff: webrtc/voice_engine/file_recorder_impl.h

Issue 2247033003: Move FilePlayer and FileRecorder to Voice Engine (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 4 years, 4 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 | « webrtc/voice_engine/file_recorder.h ('k') | webrtc/voice_engine/file_recorder_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/file_recorder_impl.h
diff --git a/webrtc/modules/utility/source/file_recorder_impl.h b/webrtc/voice_engine/file_recorder_impl.h
similarity index 89%
rename from webrtc/modules/utility/source/file_recorder_impl.h
rename to webrtc/voice_engine/file_recorder_impl.h
index a9dd3a88633afe44bbd059cba056bcdad58dac61..67af742f419799a80c4b8d46f7ba7f7f2a10634b 100644
--- a/webrtc/modules/utility/source/file_recorder_impl.h
+++ b/webrtc/voice_engine/file_recorder_impl.h
@@ -12,8 +12,8 @@
// multiple file formats. The unencoded input data is written to file in the
// encoded format specified.
-#ifndef WEBRTC_MODULES_UTILITY_SOURCE_FILE_RECORDER_IMPL_H_
-#define WEBRTC_MODULES_UTILITY_SOURCE_FILE_RECORDER_IMPL_H_
+#ifndef WEBRTC_VOICE_ENGINE_FILE_RECORDER_IMPL_H_
+#define WEBRTC_VOICE_ENGINE_FILE_RECORDER_IMPL_H_
#include <list>
@@ -24,10 +24,10 @@
#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/modules/media_file/media_file.h"
#include "webrtc/modules/media_file/media_file_defines.h"
-#include "webrtc/modules/utility/include/file_recorder.h"
-#include "webrtc/modules/utility/source/coder.h"
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/typedefs.h"
+#include "webrtc/voice_engine/coder.h"
+#include "webrtc/voice_engine/file_recorder.h"
namespace webrtc {
// The largest decoded frame size in samples (60ms with 32kHz sample rate).
@@ -76,4 +76,5 @@ private:
Resampler _audioResampler;
};
} // namespace webrtc
-#endif // WEBRTC_MODULES_UTILITY_SOURCE_FILE_RECORDER_IMPL_H_
+
+#endif // WEBRTC_VOICE_ENGINE_FILE_RECORDER_IMPL_H_
« no previous file with comments | « webrtc/voice_engine/file_recorder.h ('k') | webrtc/voice_engine/file_recorder_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698