From 51bec5fb6bbfc82e2035e6a4b3b535e2c319fbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=B8=B4=E9=A3=8E?= Date: Sat, 29 Mar 2025 14:59:20 +0800 Subject: [PATCH] modify api version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨临风 --- .../audio_framework/common/native_audio_device_base.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/audio_framework/common/native_audio_device_base.h b/multimedia/audio_framework/common/native_audio_device_base.h index 15a90dac346..17f1b780465 100644 --- a/multimedia/audio_framework/common/native_audio_device_base.h +++ b/multimedia/audio_framework/common/native_audio_device_base.h @@ -158,13 +158,13 @@ typedef enum { /** * @brief HDMI device, such as a device connected through an HDMI, ARC, or eARC interface. - * @since 18 + * @since 19 */ AUDIO_DEVICE_TYPE_HDMI = 27, /** - * @brief line-connected, digital audio output device, such as an S/PDIF device. - * @since 18 + * @brief Line-connected, digital audio output device, such as an S/PDIF device. + * @since 19 */ AUDIO_DEVICE_TYPE_LINE_DIGITAL = 28, -- Gitee