Index: webrtc/modules/utility/source/file_recorder_impl.h |
diff --git a/webrtc/modules/utility/source/file_recorder_impl.h b/webrtc/modules/utility/source/file_recorder_impl.h |
index 96f811d49eaf90d9beebb24552fb6b7c8e8530b8..a9dd3a88633afe44bbd059cba056bcdad58dac61 100644 |
--- a/webrtc/modules/utility/source/file_recorder_impl.h |
+++ b/webrtc/modules/utility/source/file_recorder_impl.h |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-// This file contains a class that can write audio and/or video to file in |
+// This file contains a class that can write audio to file in |
// multiple file formats. The unencoded input data is written to file in the |
// encoded format specified. |
@@ -58,17 +58,6 @@ public: |
bool IsRecording() const override; |
int32_t codec_info(CodecInst& codecInst) const override; |
int32_t RecordAudioToFile(const AudioFrame& frame) override; |
- int32_t StartRecordingVideoFile( |
- const char* fileName, |
- const CodecInst& audioCodecInst, |
- const VideoCodec& videoCodecInst, |
- bool videoOnly = false) override |
- { |
- return -1; |
- } |
- int32_t RecordVideoToFile(const VideoFrame& videoFrame) override { |
- return -1; |
- } |
protected: |
int32_t WriteEncodedAudioData(const int8_t* audioBuffer, |