From: Seungbae Shin Date: Wed, 28 Feb 2018 05:42:07 +0000 (+0900) Subject: Update doc for deprecation X-Git-Tag: accepted/tizen/unified/20180424.165711~1 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fapi%2Faudio-io.git;a=commitdiff_plain;h=7d9ac3cda98b10355cd8ba897ce2032b1bc7a968 Update doc for deprecation [Version] 0.5.5 [Issue Type] Deprecation Change-Id: Ib164beb96006c7b8fc44bf7436b6dc18f63ea3b2 --- diff --git a/doc/audio_io_doc.h b/doc/audio_io_doc.h index 1cab170..c593f5f 100644 --- a/doc/audio_io_doc.h +++ b/doc/audio_io_doc.h @@ -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). diff --git a/packaging/capi-media-audio-io.spec b/packaging/capi-media-audio-io.spec index 5e1e73c..152790e 100644 --- a/packaging/capi-media-audio-io.spec +++ b/packaging/capi-media-audio-io.spec @@ -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