|
Removes unused APIs from the ADM (part II).
Removes:
int32_t SpeakerVolumeStepSize(uint16_t* stepSize)
int32_t MicrophoneVolumeStepSize(uint16_t* stepSize)
int32_t MicrophoneBoostIsAvailable(bool* available)
int32_t SetMicrophoneBoost(bool enable)
int32_t MicrophoneBoost(bool* enabled)
int32_t SetPlayoutBuffer(const BufferType type, uint16_t sizeMS = 0)
int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS)
int32_t CPULoad(uint16_t* load)
int32_t StartRawOutputFileRecording(const char pcmFileNameUTF8[kAdmMaxFileNameSize])
int32_t StopRawOutputFileRecording()
int32_t StartRawInputFileRecording(const char pcmFileNameUTF8[kAdmMaxFileNameSize])
int32_t StopRawInputFileRecording()
int32_t ResetAudioDevice()
BUG= webrtc:7306
Review-Url: https://codereview.webrtc.org/3006803002
Cr-Commit-Position: refs/heads/master@{#19632}
Committed: https://chromium.googlesource.com/external/webrtc/+/9868042b053d52c45c632f09c1d22cb13bc1ad41
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+48 lines, -1567 lines) |
Patch |
|
M |
webrtc/modules/audio_device/android/audio_device_template.h
|
View
|
1
2
3
4
5
|
5 chunks |
+0 lines, -42 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_buffer.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_buffer.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_data_observer.cc
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+0 lines, -39 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_generic.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+0 lines, -23 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_generic.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_impl.h
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+0 lines, -21 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/audio_device_impl.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+0 lines, -235 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/dummy/audio_device_dummy.h
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -14 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/dummy/audio_device_dummy.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -29 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/dummy/file_audio_device.h
|
View
|
1
2
3
4
5
|
5 chunks |
+0 lines, -15 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/dummy/file_audio_device.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -30 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/include/audio_device.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+35 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/include/fake_audio_device.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+0 lines, -26 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/include/mock_audio_device.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/ios/audio_device_ios.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/ios/audio_device_not_implemented_ios.mm
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+0 lines, -48 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_device_alsa_linux.h
|
View
|
1
2
3
4
5
|
6 chunks |
+9 lines, -28 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_device_alsa_linux.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+1 line, -127 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_device_pulse_linux.h
|
View
|
1
2
3
4
5
|
6 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_device_pulse_linux.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+0 lines, -105 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_mixer_manager_alsa_linux.cc
|
View
|
|
3 chunks |
+0 lines, -89 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/linux/audio_mixer_manager_pulse_linux.cc
|
View
|
|
3 chunks |
+0 lines, -122 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/mac/audio_device_mac.h
|
View
|
1
2
3
4
5
|
6 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/mac/audio_device_mac.cc
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+3 lines, -98 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/mac/audio_mixer_manager_mac.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/mac/audio_mixer_manager_mac.cc
|
View
|
|
3 chunks |
+0 lines, -73 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/win/audio_device_core_win.h
|
View
|
1
2
3
4
5
|
7 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
|
M |
webrtc/modules/audio_device/win/audio_device_core_win.cc
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+0 lines, -157 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/test/fakeaudiocapturemodule.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+0 lines, -19 lines |
0 comments
|
Download
|
|
M |
webrtc/pc/test/fakeaudiocapturemodule.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+0 lines, -72 lines |
0 comments
|
Download
|
Total messages: 44 (40 generated)
|