Add dbus interface for audio streaming
[platform/core/uifw/stt.git] / common / stt_defs.h
index 422c339..02b3bc7 100644 (file)
@@ -55,6 +55,7 @@ extern "C" {
 #define STT_METHOD_GET_SUPPORT_LANGS   "stt_method_get_support_langs"
 #define STT_METHOD_GET_CURRENT_LANG    "stt_method_get_current_lang"
 #define STT_METHOD_IS_TYPE_SUPPORTED   "stt_method_is_recognition_type_supported"
+#define STT_METHOD_GET_AUDIO_FORMAT    "stt_method_get_audio_format"
 #define STT_METHOD_CHECK_APP_AGREED    "stt_method_check_app_agreed"
 #define STT_METHOD_SET_PRIVATE_DATA    "stt_method_set_private_data"
 #define STT_METHOD_GET_PRIVATE_DATA    "stt_method_get_private_data"
@@ -79,6 +80,10 @@ extern "C" {
 #define STT_METHOD_START_FILE          "stt_method_start_file"
 #define STT_METHOD_CANCEL_FILE         "stt_method_cancel_file"
 
+#define STT_METHOD_START_AUDIO_STREAMING       "stt_method_start_audio_streaming"
+#define STT_METHOD_SEND_AUDIO_STREAMING                "stt_method_send_audio_streaming"
+#define STT_METHOD_STOP_AUDIO_STREAMING                "stt_method_stop_audio_streaming"
+
 
 /******************************************************************************************
 * Defines for configuration
@@ -107,6 +112,7 @@ extern "C" {
 #define STT_PRIVILEGE_APPLAUNCH                        "http://tizen.org/privilege/appmanager.launch"
 
 #define STT_INVALID_UID 0
+#define STT_MAX_TYPE_LENGTH 32
 
 /******************************************************************************************
 * Defines for log tag