From a02f5aecfdb91eaa454b7d482b3658b9f35b93b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E5=AD=A6=E6=B5=B7?= Date: Tue, 17 Dec 2024 07:17:31 +0000 Subject: [PATCH] update audio/v4_0/AudioTypes.idl. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 许学海 --- audio/v4_0/AudioTypes.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/v4_0/AudioTypes.idl b/audio/v4_0/AudioTypes.idl index e57082a3..e6d834ca 100644 --- a/audio/v4_0/AudioTypes.idl +++ b/audio/v4_0/AudioTypes.idl @@ -424,7 +424,7 @@ struct AudioSceneDescriptor { * @brief Defines audio input type. * * @since 4.1 - * @version 3.0 + * @version 3.1 */ enum AudioInputType { AUDIO_INPUT_DEFAULT_TYPE = 0, /**< Assigned default input type */ @@ -438,6 +438,7 @@ enum AudioInputType { AUDIO_INPUT_CAMCORDER_TYPE = 1 << 7, /**< Assigned camcorder input type */ AUDIO_INPUT_EC_TYPE = 1 << 8, /**< Assigned EC input type */ AUDIO_INPUT_NOISE_REDUCTION_TYPE = 1 << 9, /**< Assigned noise reduction input type */ + AUDIO_INPUT_RAW_TYPE = 1 << 10, /**< Assigned raw input type */ }; /** -- Gitee