diff options
author | Jaekyu Park <jk7744.park@samsung.com> | 2016-05-27 16:56:29 +0900 |
---|---|---|
committer | Jaekyu Park <jk7744.park@samsung.com> | 2016-05-27 16:56:29 +0900 |
commit | 9d9c9b84c6951be4e2e0a5dfed15e719f0fddf1c (patch) | |
tree | 6e7931b639d17883112a3c7ee05478e132d34679 /doc/audio_io_doc.h | |
parent | 24ae0a2ece2cd116eea6fc9b41403a38e95aedda (diff) | |
download | audio-io-tizen_2.4.tar.gz audio-io-tizen_2.4.tar.bz2 audio-io-tizen_2.4.zip |
Tizen 2.4 SDK Rev6 Releasesubmit/tizen_2.4/20160530.023111accepted/tizen/2.4/mobile/20160530.220109tizen_2.4accepted/tizen_2.4_mobile
Diffstat (limited to 'doc/audio_io_doc.h')
-rw-r--r-- | doc/audio_io_doc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/audio_io_doc.h b/doc/audio_io_doc.h index 3f2adb4..ac80511 100644 --- a/doc/audio_io_doc.h +++ b/doc/audio_io_doc.h @@ -47,8 +47,8 @@ * 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). * - * Reading and writing is done by allocating a buffer and passing the buffer to the input device - * via audio_in_start_recording(), audio_in_read(), or writing to the buffer and passing it to the output device via audio_out_write(). + * Reading from input device is done by audio_in_read() with allocated buffer after audio_in_prepare(). + * Similarly, writing to output device is done by audio_out_write() with allocated buffer after audio_out_prepare(). * */ |