summaryrefslogtreecommitdiff
path: root/src/appMain/smartDeviceLink.ini
diff options
context:
space:
mode:
authorArtem Nosach <ANosach@luxoft.com>2015-04-08 14:56:42 +0300
committerArtem Nosach <ANosach@luxoft.com>2015-04-23 15:33:24 +0300
commitbbc710ae21edd46545af7d5ff24fb4340be69d97 (patch)
tree4f51960bf75038d299ec4be4f74fddf611da7010 /src/appMain/smartDeviceLink.ini
parent860c23b5c72eae7db1b10a4265060d5e19e4a299 (diff)
downloadsdl_core-bbc710ae21edd46545af7d5ff24fb4340be69d97.tar.gz
Add data stopped timeouts to ini file.
Diffstat (limited to 'src/appMain/smartDeviceLink.ini')
-rw-r--r--src/appMain/smartDeviceLink.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/appMain/smartDeviceLink.ini b/src/appMain/smartDeviceLink.ini
index 137f58ed68..f6f66cb0fa 100644
--- a/src/appMain/smartDeviceLink.ini
+++ b/src/appMain/smartDeviceLink.ini
@@ -81,7 +81,11 @@ RecordingFileSource = audio.8bit.wav
; Recording file for audio pass thru
RecordingFileName = audio.wav
; The timeout in seconds for mobile to stop streaming or end up sessions.
-StopStreamingTimeout = 1
+StopStreamingTimeout = 1
+; The timeout in miliseconds to suspend audio data streaming if no data received from mobile
+AudioDataStoppedTimeout = 1000
+; The timeout in miliseconds to suspend video data streaming if no data received from mobile
+VideoDataStoppedTimeout = 1000
; HelpPromt and TimeOutPrompt is a vector of strings separated by comma
[GLOBAL PROPERTIES]