Merge "Added layout direction change by system language" into devel/master
[platform/core/uifw/dali-adaptor.git] / adaptors / ubuntu / tts-player-impl.h
index 8c51629..89241b0 100644 (file)
@@ -73,6 +73,16 @@ public:
    */
   void Resume();
 
+  /**
+   * @copydoc TtsPlayer::GetState()
+   */
+  Dali::TtsPlayer::State GetState();
+
+  /**
+   * @copydoc TtsPlayer::StateChangedSignal()
+   */
+  Dali::TtsPlayer::StateChangedSignalType& StateChangedSignal();
+
 private:
 
   /**
@@ -88,10 +98,7 @@ private:
 
 private:
 
-  std::string mUnplayedString; ///< The text that can not be played because tts engine is not yet initialized
-  int mUtteranceId;  ///< The utterance ID
-
-  Dali::TtsPlayer::Mode mTtsMode; ///< The current mode of tts engine
+  Dali::TtsPlayer::StateChangedSignalType mStateChangedSignal; ///< Signal emitted when the TTS state changes (non-functional, for interface compatibility).
 
 #if defined(DEBUG_ENABLED)
 public: