From 7720331b40884a009dda445ac3491b0bd40616c5 Mon Sep 17 00:00:00 2001 From: Artem Titov Date: Thu, 13 Apr 2023 11:09:19 +0200 Subject: [PATCH] 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 Reviewed-by: Henrik Andreassson Commit-Queue: Artem Titov Cr-Commit-Position: refs/heads/main@{#39843} --- modules/audio_device/include/test_audio_device.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/audio_device/include/test_audio_device.h b/modules/audio_device/include/test_audio_device.h index 8413479291..e52e93c525 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 {