Update doc for deprecation 74/171274/1
authorSeungbae Shin <seungbae.shin@samsung.com>
Wed, 28 Feb 2018 05:42:07 +0000 (14:42 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Wed, 28 Feb 2018 05:42:07 +0000 (14:42 +0900)
[Version] 0.5.5
[Issue Type] Deprecation

Change-Id: Ib164beb96006c7b8fc44bf7436b6dc18f63ea3b2

doc/audio_io_doc.h
packaging/capi-media-audio-io.spec

index 1cab170..c593f5f 100644 (file)
@@ -42,7 +42,7 @@
  * It gives easy access to the hardware layer of the sound card with a professional multichannel audio interface.
  * It should be used for activities requiring raw audio data buffers(PCM format).
  *
- * Programming the interface requires first obtaining a handle to the device, via the audio_in_create() or audio_out_create() function.
+ * Programming the interface requires first obtaining a handle to the device, via the audio_in_create() or audio_out_create_new() function.
  *
  * The input and output devices both have an available set of queries, to find the suggested buffer size, sampling rate, channel type,
  * and sample type. For output, there is an additional query, to get the sound type (these types are defined in the @ref CAPI_MEDIA_SOUND_MANAGER_MODULE API).
index 5e1e73c..152790e 100644 (file)
@@ -1,6 +1,6 @@
 Name:           capi-media-audio-io
 Summary:        An Audio Input & Audio Output library in Tizen Native API
-Version:        0.5.4
+Version:        0.5.5
 Release:        0
 Group:          Multimedia/API
 License:        Apache-2.0