From: Sangchul Lee Date: Wed, 24 Oct 2018 07:43:43 +0000 (+0900) Subject: Fix description X-Git-Tag: submit/tizen/20181106.062750~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F26%2F191826%2F2;p=platform%2Fcore%2Fapi%2Fsound-manager.git Fix description [Version] 0.5.14 [Issue Type] Description Change-Id: I0628f0687e8dbe14aa1b0cdcc4f80f46fa04b383 Signed-off-by: Sangchul Lee --- diff --git a/include/sound_manager.h b/include/sound_manager.h index 7ef9f7f..0c26d61 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -1379,8 +1379,8 @@ int sound_manager_get_avoid_resampling(sound_device_h device, bool *enabled); * @remarks @a device should be #SOUND_DEVICE_USB_AUDIO type and an output device,\n * otherwise #SOUND_MANAGER_ERROR_INVALID_OPERATION will be returned.\n * Use sound_manager_get_device_io_direction() to check if it is an output device or not.\n - * This property is not enabled as default. With this enabled, no other stream types\n - * except #SOUND_STREAM_TYPE_MEDIA is not allowed to @a device. + * This property is not enabled as default. With this enabled, no other stream type\n + * is allowed to @a device to play sound except for #SOUND_STREAM_TYPE_MEDIA. * * @param[in] device The device item * @param[in] enable The 'media stream only' property value to set: (@c true = enable, @c false = disable) diff --git a/packaging/capi-media-sound-manager.spec b/packaging/capi-media-sound-manager.spec index 00311e8..e81eb7f 100644 --- 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.5.13 +Version: 0.5.14 Release: 0 Group: Multimedia/API License: Apache-2.0