Revise description for route type 60/63860/3 accepted/tizen/common/20160405.132344 accepted/tizen/ivi/20160405.082039 accepted/tizen/mobile/20160405.081947 accepted/tizen/tv/20160405.082000 accepted/tizen/wearable/20160405.082020 submit/tizen/20160405.004055
authorSangchul Lee <sc11.lee@samsung.com>
Mon, 28 Mar 2016 06:34:35 +0000 (15:34 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 29 Mar 2016 04:23:48 +0000 (13:23 +0900)
[Version] Release 0.3.50
[Profile] Common
[Issue Type] Description

Change-Id: I86550a56ea6f1104b76dec0b9733ea1cb6e6be28

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

index a8bb2a3021223cfc9755ca846a0f84d9feeace67..d2a5dad37feeb677a8457abc06b6a19569fc67cb 100644 (file)
@@ -127,11 +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 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_AUTO,               /* A stream is routed automatically to a particular device which has the highest priority. */
+       STREAM_ROUTE_TYPE_AUTO_LAST_CONNECTED,/* A stream is routed automatically to a particular device which has the latest connection time. */
+       STREAM_ROUTE_TYPE_AUTO_ALL,           /* A stream is routed automatically to several devices simultaneously. */
+       STREAM_ROUTE_TYPE_MANUAL,             /* A stream is routed manually to the device(s) selected by user. */
+       STREAM_ROUTE_TYPE_MANUAL_EXT,         /* A stream is routed manually to the external device(s) selected by user. */
 } stream_route_type;
 #define AVAIL_DEVICES_MAX 16
 #define AVAIL_FRAMEWORKS_MAX 16
index 5df7c95b20e68979f1435096d7d62e746a7cb572..67ef3ad03a5d7fde686249ca530f0ceff6d599f2 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       capi-media-sound-manager
 Summary:    Sound Manager library
-Version:    0.3.49
+Version:    0.3.50
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0