From 6dec141e69564695e306a4a042ac4a99246f8795 Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Tue, 14 Apr 2020 15:10:18 +0900 Subject: [PATCH] Add remarks regarding the specific error to the doxygen of wav_player_stop() @remarks If the playback of @a id has been already finished at the server side and wav_player_playback_completed_cb() is not invoked yet, WAV_PLAYER_ERROR_INVALID_OPERATION will be returned. [Version] 0.3.1 [Issue Type] Doxygen Change-Id: If45df2c54642bf69fb6de633cb2839d97acdc226 Signed-off-by: Sangchul Lee --- include/wav_player.h | 4 ++++ packaging/capi-media-wav-player.spec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/include/wav_player.h b/include/wav_player.h index 8cf1251..96ecd56 100644 --- a/include/wav_player.h +++ b/include/wav_player.h @@ -132,6 +132,10 @@ int wav_player_start_loop(const char *path, sound_stream_info_h stream_info, uns /** * @brief Stops playing the WAV file. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * + * @remarks If the playback of @a id has been already finished at the server side and\n + * wav_player_playback_completed_cb() is not invoked yet, #WAV_PLAYER_ERROR_INVALID_OPERATION will be returned. + * * @param[in] id The WAV player ID to stop * * @return 0 on success, otherwise a negative error value. diff --git a/packaging/capi-media-wav-player.spec b/packaging/capi-media-wav-player.spec index 5197fbe..d440579 100755 --- a/packaging/capi-media-wav-player.spec +++ b/packaging/capi-media-wav-player.spec @@ -1,6 +1,6 @@ Name: capi-media-wav-player Summary: A wav player library in Tizen C API -Version: 0.3.0 +Version: 0.3.1 Release: 0 Group: Multimedia/API License: Apache-2.0 -- 2.7.4