Fix description 26/191826/2
authorSangchul Lee <sc11.lee@samsung.com>
Wed, 24 Oct 2018 07:43:43 +0000 (16:43 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Thu, 25 Oct 2018 04:04:33 +0000 (13:04 +0900)
[Version] 0.5.14
[Issue Type] Description

Change-Id: I0628f0687e8dbe14aa1b0cdcc4f80f46fa04b383
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
include/sound_manager.h
packaging/capi-media-sound-manager.spec

index 7ef9f7feb94377d9e48e3e702f718569a9902609..0c26d61c8cb2e6214327fb45bd65ac3d5d497bd6 100644 (file)
@@ -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)
index 00311e87a6f1789b5908c981da661654853c1c4d..e81eb7f5a4ac9b03a7af52e1a62b785fe10a6c79 100644 (file)
@@ -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