From 7321d47521ef5536abe3a4bb03d267ed60060a35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=92=8B=E5=BF=97=E5=BA=86?= Date: Thu, 8 May 2025 15:50:45 +0800 Subject: [PATCH] live input type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 蒋志庆 --- audio/v4_0/AudioTypes.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/v4_0/AudioTypes.idl b/audio/v4_0/AudioTypes.idl index 52a1d337..a1b8c0bc 100644 --- a/audio/v4_0/AudioTypes.idl +++ b/audio/v4_0/AudioTypes.idl @@ -441,6 +441,7 @@ enum AudioInputType { 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 */ + AUDIO_INPUT_LIVE_TYPE = 1 << 11, /**< Assigned live input type */ }; /** -- Gitee