summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeongmo Yang <jm80.yang@samsung.com>2020-08-14 19:01:13 +0900
committerJeongmo Yang <jm80.yang@samsung.com>2020-08-14 19:01:13 +0900
commit05a2712890e7895581960908dbd2dff7743cabc9 (patch)
treed3ef01cf560bfeff03c8a38c86653ed04a4fa0f8
parent9655ea75a0e6f6b856aa9bfb4edc711756db8518 (diff)
downloadrecorder-05a2712890e7895581960908dbd2dff7743cabc9.tar.gz
recorder-05a2712890e7895581960908dbd2dff7743cabc9.tar.bz2
recorder-05a2712890e7895581960908dbd2dff7743cabc9.zip
[Version] 0.3.25 [Issue Type] Update Change-Id: Ife522266c62d710a3424dbd5aa29f2181f173350 Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
-rw-r--r--include/recorder.h2
-rw-r--r--packaging/capi-media-recorder.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/recorder.h b/include/recorder.h
index 919d013..520c381 100644
--- a/include/recorder.h
+++ b/include/recorder.h
@@ -1646,7 +1646,7 @@ int recorder_attr_get_recording_motion_rate(recorder_h recorder , double *rate);
/**
* @brief Sets the number of the audio channel.
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks This attribute is applied only in RECORDER_STATE_CREATED state. \n
+ * @remarks This attribute is applied only in #RECORDER_STATE_CREATED state. \n
* For mono recording, setting channel to @c 1. \n
* For stereo recording, setting channel to @c 2.
* @param[in] recorder The handle to the media recorder
diff --git a/packaging/capi-media-recorder.spec b/packaging/capi-media-recorder.spec
index c8e8fae..e9b74e5 100644
--- a/packaging/capi-media-recorder.spec
+++ b/packaging/capi-media-recorder.spec
@@ -1,6 +1,6 @@
Name: capi-media-recorder
Summary: A Recorder API
-Version: 0.3.24
+Version: 0.3.25
Release: 0
Group: Multimedia/API
License: Apache-2.0