Update @since_tizen doxygen tag due to profile merge 17/302317/1 accepted/tizen_9.0_unified accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_riscv tizen tizen_9.0 accepted/tizen/9.0/unified/20241030.235702 accepted/tizen/unified/20231211.171510 accepted/tizen/unified/dev/20240620.004726 accepted/tizen/unified/riscv/20231226.211449 tizen_9.0_m2_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Tue, 5 Dec 2023 08:23:02 +0000 (17:23 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Tue, 5 Dec 2023 08:23:02 +0000 (17:23 +0900)
[Version] 0.3.14
[Issue Type] Doxygen

Change-Id: I53dd38a39271bb6f47d35802a65fce0d318139e4

include/wav_player.h
packaging/capi-media-wav-player.spec

index 0628e416a94224891c0f65931ca37abfcabe0e34..e51cac1f3a2f6bca5a0b4aeb037a050304de8476 100644 (file)
@@ -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.
index 09e9c057e9c4edfcc5ca9a0a8ca99e5f7bd716fd..36b9a0fe3215d6bd5a5cbfd2c70316e37d22894e 100755 (executable)
@@ -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