commit | 7720331b40884a009dda445ac3491b0bd40616c5 | [log] [tgz] |
---|---|---|
author | Artem Titov <titovartem@webrtc.org> | Thu Apr 13 09:09:19 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Apr 13 10:40:23 2023 |
tree | 6ffb011f9045a0de8322c951b6f0ec9224ddb98f | |
parent | 82f63501cf2d2ae19a6d3eeea1a90d1c996d5d25 [diff] |
Mark TestADM test API Bug: b/272350185, webrtc:15081 Change-Id: I461162ed4e4afd111b2c803b2d11161f3e5b93e1 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/300863 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Artem Titov <titovartem@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39843}
diff --git a/modules/audio_device/include/test_audio_device.h b/modules/audio_device/include/test_audio_device.h index 8413479..e52e93c 100644 --- a/modules/audio_device/include/test_audio_device.h +++ b/modules/audio_device/include/test_audio_device.h
@@ -26,6 +26,9 @@ namespace webrtc { +// This is test API and is in development, so it can be changed/removed without +// notice. + // TestAudioDeviceModule implements an AudioDevice module that can act both as a // capturer and a renderer. It will use 10ms audio frames. class TestAudioDeviceModule : public AudioDeviceModule {