Fix tizen version description (7.5 -> 8.0)
[platform/core/uifw/tts.git] / include / tts_internal.h
index a08a977..ea43cbb 100644 (file)
@@ -30,7 +30,7 @@ extern "C"
 
 /**
  * @brief Enumration for playing mode of TTS.
- * @since_tizen 7.5
+ * @since_tizen 8.0
 */
 typedef enum {
        TTS_PLAYING_MODE_BY_SERVICE = 0, /**< Mode for TTS playing on TTS service */
@@ -40,7 +40,7 @@ typedef enum {
 
 /**
  * @brief Enumeration for synthesized pcm event.
- * @since_tizen 7.5
+ * @since_tizen 8.0
 */
 typedef enum {
        TTS_SYNTHESIZED_PCM_EVENT_FAIL = -1, /**< 'Error' event */
@@ -58,7 +58,7 @@ typedef enum {
 
 /**
  * @brief Called when the synthesized pcm data is come from the engine.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @remarks The @a tts handle should not be destroyed in the callback.
  * @param[in] tts The TTS handle, the same handle for which the callback was set.
  * @param[in] event The event type
@@ -163,7 +163,7 @@ int tts_stop_pcm(tts_h tts);
 
 /**
  * @brief Sets the TTS playing mode.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @param[in] tts The TTS handle
  * @param[in] mode The mode
  * @return @c 0 on success,
@@ -181,7 +181,7 @@ int tts_set_playing_mode(tts_h tts, tts_playing_mode_e mode);
 
 /**
  * @brief Sets the default to be called when the synthesized pcm data is recieved.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @param[in] tts The TTS handle
  * @param callback The callback function to register
  * @param user_data The user data to be passed to the callback function
@@ -200,7 +200,7 @@ int tts_set_synthesized_pcm_cb(tts_h tts, tts_synthesized_pcm_cb callback, void*
 
 /**
  * @brief Unsets the callback function.
- * @since_tizen 7.5
+ * @since_tizen 8.0
  * @param tts The TTS handle
  * @return @c 0 on success,
  *                otherwise a negative error value