From: Sangchul Lee Date: Mon, 28 Mar 2016 06:34:35 +0000 (+0900) Subject: Revise description for route type X-Git-Tag: submit/tizen/20160405.004055^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df0e158873b5fd2b3acfc3ea451c660426b56b8d;p=platform%2Fcore%2Fapi%2Fsound-manager.git Revise description for route type [Version] Release 0.3.50 [Profile] Common [Issue Type] Description Change-Id: I86550a56ea6f1104b76dec0b9733ea1cb6e6be28 --- diff --git a/include/sound_manager_private.h b/include/sound_manager_private.h index a8bb2a3..d2a5dad 100644 --- a/include/sound_manager_private.h +++ b/include/sound_manager_private.h @@ -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 diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 5df7c95..67ef3ad 100755 --- a/packaging/capi-media-sound-manager.spec +++ b/packaging/capi-media-sound-manager.spec @@ -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