Index: webrtc/modules/utility/include/file_recorder.h |
diff --git a/webrtc/modules/utility/include/file_recorder.h b/webrtc/modules/utility/include/file_recorder.h |
index 09ed8ae3507233d8dcb7356cc38988aee859468c..480a4a979960f6b4253264cf1036a3fd1fd4cb00 100644 |
--- a/webrtc/modules/utility/include/file_recorder.h |
+++ b/webrtc/modules/utility/include/file_recorder.h |
@@ -15,7 +15,6 @@ |
#include "webrtc/engine_configurations.h" |
#include "webrtc/modules/include/module_common_types.h" |
#include "webrtc/modules/media_file/media_file_defines.h" |
-#include "webrtc/system_wrappers/include/tick_util.h" |
#include "webrtc/typedefs.h" |
#include "webrtc/video_frame.h" |
@@ -58,8 +57,7 @@ public: |
// Write frame to file. Frame should contain 10ms of un-ecoded audio data. |
virtual int32_t RecordAudioToFile( |
- const AudioFrame& frame, |
- const TickTime* playoutTS = NULL) = 0; |
+ const AudioFrame& frame) = 0; |
// Open/create the file specified by fileName for writing audio/video data |
// (relative path is allowed). audioCodecInst specifies the encoding of the |