From 02d25a303e9d411bf49081a6657bf15c9b2103d0 Mon Sep 17 00:00:00 2001 From: peng Date: Tue, 5 Dec 2023 18:55:26 +0800 Subject: [PATCH] =?UTF-8?q?avcodec=E6=A0=87=E6=B3=A8=E5=BA=9F=E5=BC=83chan?= =?UTF-8?q?nel=5Flayout=E6=9E=9A=E4=B8=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: peng --- multimedia/av_codec/avcodec_audio_channel_layout.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/multimedia/av_codec/avcodec_audio_channel_layout.h b/multimedia/av_codec/avcodec_audio_channel_layout.h index 4b6354d2b43..7559348451b 100644 --- a/multimedia/av_codec/avcodec_audio_channel_layout.h +++ b/multimedia/av_codec/avcodec_audio_channel_layout.h @@ -24,6 +24,8 @@ extern "C" { * @brief Audio Channel Set * A 64-bit integer with bits set for each channel. * @syscap SystemCapability.Multimedia.Media.CodecBase + * @deprecated since 11 + * @useinstead OH_AudioChannelSet * @since 10 */ enum AudioChannelSet : uint64_t { @@ -91,6 +93,8 @@ enum AudioChannelSet : uint64_t { * Indicates that the channel order in which the user requests decoder output * is the native codec channel order. * @syscap SystemCapability.Multimedia.Media.CodecBase + * @deprecated since 11 + * @useinstead OH_AudioChannelLayout * @since 10 */ enum AudioChannelLayout : uint64_t { -- Gitee