summaryrefslogtreecommitdiff
path: root/chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h')
-rw-r--r--chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h b/chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h
index 5b1fc35ee97..842b8fffe51 100644
--- a/chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h
+++ b/chromium/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.h
@@ -32,6 +32,9 @@ class RenderDelayController {
// Resets the delay controller.
virtual void Reset() = 0;
+ // Logs a render call.
+ virtual void LogRenderCall() = 0;
+
// Aligns the render buffer content with the capture signal.
virtual rtc::Optional<DelayEstimate> GetDelay(
const DownsampledRenderBuffer& render_buffer,