Merge "Fix to mix sound when interrupt mode and other modes are requested to play...
[platform/core/uifw/tts.git] / server / ttsd_player.h
index 430e2c0..1221d93 100644 (file)
@@ -57,6 +57,10 @@ 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