Add a new TTS Interrupt mode
[platform/core/uifw/tts.git] / server / ttsd_dbus_server.h
index c316820..aa28525 100644 (file)
@@ -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
@@ -47,6 +47,12 @@ int ttsd_dbus_server_set_private_data(DBusConnection* conn, DBusMessage* msg);
 
 int ttsd_dbus_server_get_private_data(DBusConnection* conn, DBusMessage* msg);
 
+int ttsd_dbus_server_play_pcm(DBusConnection* conn, DBusMessage* msg);
+
+int ttsd_dbus_server_stop_pcm(DBusConnection* conn, DBusMessage* msg);
+
+int ttsd_dbus_server_add_pcm(DBusConnection* conn, DBusMessage* msg);
+
 #ifdef __cplusplus
 }
 #endif