diff --git a/multimedia/audio_framework/audio_capturer/native_audiocapturer.h b/multimedia/audio_framework/audio_capturer/native_audiocapturer.h index c2c3216f6243bc8de01335854d92fa1810e8b932..930d7dccaf5c205735b196f4db90ce4093b11b5d 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