Remove unused AEC delay offset API
Bug: webrtc:5298 Change-Id: If490dba3c95b1d6aeaa7b110dd1ffc23ee7a96c9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/166440 Reviewed-by: Per Åhgren <peah@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30297}
This commit is contained in:

committed by
Commit Bot

parent
a3d4252a01
commit
2d31aea481
@ -611,20 +611,11 @@ class RTC_EXPORT AudioProcessing : public rtc::RefCountInterface {
|
||||
// ProcessStream().
|
||||
virtual int set_stream_delay_ms(int delay) = 0;
|
||||
virtual int stream_delay_ms() const = 0;
|
||||
virtual bool was_stream_delay_set() const = 0;
|
||||
|
||||
// Call to signal that a key press occurred (true) or did not occur (false)
|
||||
// with this chunk of audio.
|
||||
virtual void set_stream_key_pressed(bool key_pressed) = 0;
|
||||
|
||||
// Sets a delay |offset| in ms to add to the values passed in through
|
||||
// set_stream_delay_ms(). May be positive or negative.
|
||||
//
|
||||
// Note that this could cause an otherwise valid value passed to
|
||||
// set_stream_delay_ms() to return an error.
|
||||
virtual void set_delay_offset_ms(int offset) = 0;
|
||||
virtual int delay_offset_ms() const = 0;
|
||||
|
||||
// Attaches provided webrtc::AecDump for recording debugging
|
||||
// information. Log file and maximum file size logic is supposed to
|
||||
// be handled by implementing instance of AecDump. Calling this
|
||||
|
Reference in New Issue
Block a user