From 6ec3c2dbaad5e00206df8901137da520b26ce03f Mon Sep 17 00:00:00 2001 From: zhangkai Date: Wed, 19 Feb 2025 20:26:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangkai --- .../audio_framework/audio_capturer/native_audiocapturer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/multimedia/audio_framework/audio_capturer/native_audiocapturer.h b/multimedia/audio_framework/audio_capturer/native_audiocapturer.h index c2c3216f6..930d7dcca 100644 --- a/multimedia/audio_framework/audio_capturer/native_audiocapturer.h +++ b/multimedia/audio_framework/audio_capturer/native_audiocapturer.h @@ -45,10 +45,9 @@ #ifdef __cplusplus extern "C" { #endif -/* +/** * Request to release the capturer stream. * - * @since 10 * @permission ohos.permission.MICROPHONE * * @param capturer reference created by OH_AudioStreamBuilder_GenerateCapturer() @@ -56,10 +55,11 @@ extern "C" { * {@link AUDIOSTREAM_SUCCESS} If the execution is successful. * {@link AUDIOSTREAM_ERROR_INVALID_PARAM} The param of capturer is nullptr. * {@link AUDIOSTREAM_ERROR_ILLEGAL_STATE} Execution status exception. + * @since 10 */ OH_AudioStream_Result OH_AudioCapturer_Release(OH_AudioCapturer* capturer); -/* +/** * Request to start the capturer stream. * * @since 10 -- Gitee