Add interfaces for transfering service state
[platform/core/uifw/tts.git] / client / tts_tidl.h
index f4f705e..ee3a504 100644 (file)
@@ -52,6 +52,8 @@ int tts_tidl_request_stop_pcm(unsigned int uid);
 
 int tts_tidl_request_add_pcm(unsigned int uid, int event, const char* data, int data_size, int audio_type, int rate);
 
+int tts_tidl_request_get_service_state(unsigned int uid, tts_service_state_e* service_state);
+
 #ifdef __cplusplus
 }
 #endif