Add STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED internal enumerator 90/52290/1 accepted/tizen/mobile/20151122.234425 accepted/tizen/tv/20151122.234443 accepted/tizen/wearable/20151122.234449 submit/tizen/20151120.114809
authorSangchul Lee <sc11.lee@samsung.com>
Fri, 20 Nov 2015 11:40:13 +0000 (20:40 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 20 Nov 2015 11:44:46 +0000 (20:44 +0900)
[Version] Release 0.3.29
[profile] Common
[Issue Type] Feature Enhancement

Change-Id: Ie2dfeb6c6953d73bfad4394c176d3b0fc5b24ad3

include/sound_manager_private.h
packaging/capi-media-sound-manager.spec

index 3e80bbd0ddca9a196e5020ba072a68cec64b1b81..146e27dd850993b843cec0a918a2098b0a30e7d4 100644 (file)
@@ -127,10 +127,11 @@ typedef enum _sound_stream_direction {
 
 /* it should be synchronized with pulseaudio's */
 typedef enum stream_route_type {
-       STREAM_ROUTE_TYPE_AUTO,       /* the policy of decision device(s) is automatic and it's routing path is particular to one device */
-       STREAM_ROUTE_TYPE_AUTO_ALL,   /* the policy of decision device(s) is automatic and it's routing path can be several devices */
-       STREAM_ROUTE_TYPE_MANUAL,     /* the policy of decision device(s) is manual */
-       STREAM_ROUTE_TYPE_MANUAL_EXT, /* the policy of decision device(s) is manual and it's routing path is only for external devices */
+       STREAM_ROUTE_TYPE_AUTO,               /* the policy of decision device(s) is automatic and it's routing path is particular to one device based on priority */
+       STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED,/* the policy of decision device(s) is automatic and it's routing path is particular to one device based on connected time */
+       STREAM_ROUTE_TYPE_AUTO_ALL,           /* the policy of decision device(s) is automatic and it's routing path can be several devices */
+       STREAM_ROUTE_TYPE_MANUAL,             /* the policy of decision device(s) is manual */
+       STREAM_ROUTE_TYPE_MANUAL_EXT,         /* the policy of decision device(s) is manual and it's routing path is only for external devices */
 } stream_route_type;
 #define AVAIL_DEVICES_MAX 16
 #define AVAIL_FRAMEWORKS_MAX 16
index 394fb6c9d50c72e0a9a76d0739c8940966c1bc87..c0da76ec20e6bc68ce563f4e1b907cbf79634ccf 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.3.28
+Version:    0.3.29
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0