Removes Set/GetRecordingChannel() from the ADM
These two unused APIs are removed: SetRecordingChannel(const ChannelType channel) RecordingChannel(ChannelType* channel) const Bug: webrtc:7306 Change-Id: I3289c4b9a5eebb64cc0aa3a1c1144e9c4d6a661d Reviewed-on: https://webrtc-review.googlesource.com/22681 Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Commit-Queue: Henrik Andreassson <henrika@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20667}
This commit is contained in:
@ -92,8 +92,6 @@ class AudioDeviceBuffer {
|
||||
int32_t SetPlayoutChannels(size_t channels);
|
||||
size_t RecordingChannels() const;
|
||||
size_t PlayoutChannels() const;
|
||||
int32_t SetRecordingChannel(const AudioDeviceModule::ChannelType channel);
|
||||
int32_t RecordingChannel(AudioDeviceModule::ChannelType& channel) const;
|
||||
|
||||
virtual int32_t SetRecordedBuffer(const void* audio_buffer,
|
||||
size_t samples_per_channel);
|
||||
|
||||
Reference in New Issue
Block a user