[ACR-1216][tts][Add tts_repeat()]
[platform/core/uifw/tts.git] / include / tts_internal.h
index 2b0560b..88babea 100644 (file)
@@ -28,6 +28,11 @@ extern "C"
 #endif
 
 /**
+ * @brief Definition for TTS interrupt mode
+ */
+#define TTS_MODE_INTERRUPT             3
+
+/**
  * @brief Sets server tts.
  * @details Using this API, the application can ask server tts with a credential.
  *  The credential is a key to verify the authorization about using the engine based on server, not embeded engine.
@@ -139,7 +144,7 @@ int tts_prepare_sync(tts_h tts);
 #endif
 
 /**
  * @}@}
   */
@}
+ */
 
 #endif /* __TTS_INTERNAL_H__ */