From: Seungbae Shin Date: Tue, 5 Dec 2023 08:23:02 +0000 (+0900) Subject: Update @since_tizen doxygen tag due to profile merge X-Git-Tag: accepted/tizen/unified/20231211.171510^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F17%2F302317%2F1;p=platform%2Fcore%2Fapi%2Fwav-player.git Update @since_tizen doxygen tag due to profile merge [Version] 0.3.14 [Issue Type] Doxygen Change-Id: I53dd38a39271bb6f47d35802a65fce0d318139e4 --- diff --git a/include/wav_player.h b/include/wav_player.h index 0628e41..e51cac1 100644 --- a/include/wav_player.h +++ b/include/wav_player.h @@ -42,7 +42,7 @@ extern "C" /** * @brief Enumeration of error codes for WAV player. - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 */ typedef enum { WAV_PLAYER_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */ @@ -65,7 +65,7 @@ typedef enum { /** * @brief Called when a WAV file has finished playing. * @details This callback is not invoked by calling wav_player_stop(). - * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif + * @since_tizen 2.3 * @param[in] id The completed wav player ID * @param[in] user_data The user data passed from the callback registration function * @see wav_player_start_new() @@ -131,7 +131,7 @@ 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 + * @since_tizen 2.3 * * @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. diff --git a/packaging/capi-media-wav-player.spec b/packaging/capi-media-wav-player.spec index 09e9c05..36b9a0f 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.13 +Version: 0.3.14 Release: 0 Group: Multimedia/API License: Apache-2.0