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

Unified Diff: webrtc/modules/audio_device/audio_device_buffer.h

Issue 3006803002: Removes unused APIs from the ADM (part II) (Closed)
Patch Set: nit Created 3 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
Index: webrtc/modules/audio_device/audio_device_buffer.h
diff --git a/webrtc/modules/audio_device/audio_device_buffer.h b/webrtc/modules/audio_device/audio_device_buffer.h
index 2a5a84b22fa60ad8066e629538c67591e963054a..a9163ea0a611570792a3863c40220fe63ee68ec4 100644
--- a/webrtc/modules/audio_device/audio_device_buffer.h
+++ b/webrtc/modules/audio_device/audio_device_buffer.h
@@ -108,14 +108,6 @@ class AudioDeviceBuffer {
virtual int32_t RequestPlayoutData(size_t samples_per_channel);
virtual int32_t GetPlayoutData(void* audio_buffer);
- // TODO(henrika): these methods should not be used and does not contain any
- // valid implementation. Investigate the possibility to either remove them
- // or add a proper implementation if needed.
- int32_t StartInputFileRecording(const char fileName[kAdmMaxFileNameSize]);
- int32_t StopInputFileRecording();
- int32_t StartOutputFileRecording(const char fileName[kAdmMaxFileNameSize]);
- int32_t StopOutputFileRecording();
-
int32_t SetTypingStatus(bool typing_status);
// Called on iOS where the native audio layer can be interrupted by other
« no previous file with comments | « webrtc/modules/audio_device/android/audio_device_template.h ('k') | webrtc/modules/audio_device/audio_device_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698