Delete ecore timer when quit ecore main loop
[platform/core/uifw/tts.git] / server / ttsd_player.h
old mode 100755 (executable)
new mode 100644 (file)
index e3b6594..1221d93
@@ -1,5 +1,5 @@
 /*
-*  Copyright (c) 2011-2014 Samsung Electronics Co., Ltd All Rights Reserved 
+*  Copyright (c) 2011-2016 Samsung Electronics Co., Ltd All Rights Reserved 
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
@@ -55,6 +55,12 @@ int ttsd_player_resume(int uid);
 
 int ttsd_player_all_stop();
 
+int ttsd_player_play_pcm(int uid);
+
+int ttsd_player_check_current_playback_focus(bool *is_current_interrupt);
+
+int ttsd_player_set_background_volume_ratio(double ratio);
+
 #ifdef __cplusplus
 }
 #endif