summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/recorder_doc.h12
-rw-r--r--include/recorder.h4
-rw-r--r--packaging/capi-media-recorder.spec2
3 files changed, 11 insertions, 7 deletions
diff --git a/doc/recorder_doc.h b/doc/recorder_doc.h
index a6d9834..a7c1557 100644
--- a/doc/recorder_doc.h
+++ b/doc/recorder_doc.h
@@ -154,8 +154,8 @@
*
* @section CAPI_MEDIA_RECORDER_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/camera\n
- * - http://tizen.org/feature/microphone
+ * - http://tizen.org/feature/media.audio_recording\n
+ * - http://tizen.org/feature/media.video_recording
*
* It is recommended to design feature related codes in your application for reliability.\n
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
@@ -191,8 +191,8 @@
*
* @section CAPI_MEDIA_RECORDER_ATTRIBUTES_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/camera\n
- * - http://tizen.org/feature/microphone
+ * - http://tizen.org/feature/media.audio_recording\n
+ * - http://tizen.org/feature/media.video_recording
*
* It is recommended to design feature related codes in your application for reliability.\n
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
@@ -219,8 +219,8 @@
*
* @section CAPI_MEDIA_RECORDER_CAPABILITY_MODULE_FEATURE Related Features
* This API is related with the following features:\n
- * - http://tizen.org/feature/camera\n
- * - http://tizen.org/feature/microphone
+ * - http://tizen.org/feature/media.audio_recording\n
+ * - http://tizen.org/feature/media.video_recording
*
* It is recommended to design feature related codes in your application for reliability.\n
* You can check if a device supports the related features for this API by using @ref CAPI_SYSTEM_SYSTEM_INFO_MODULE, thereby controlling the procedure of your application.\n
diff --git a/include/recorder.h b/include/recorder.h
index f64c79d..1cda6ad 100644
--- a/include/recorder.h
+++ b/include/recorder.h
@@ -390,6 +390,8 @@ typedef bool (*recorder_supported_video_encoder_cb)(recorder_video_codec_e codec
* #CAMERA_STATE_CAPTURED -> #RECORDER_STATE_READY
* @remarks The privilege %http://tizen.org/privilege/recorder is not required since 4.0,\n
* but it is required in all earlier versions.
+ * @remarks Since 4.0, It's related to the following feature: %http://tizen.org/feature/media.video_recording \n
+ * instead of using %http://tizen.org/feature/microphone
* @param[in] camera The handle to the camera
* @param[out] recorder A handle to the recorder
* @return @c 0 on success, otherwise a negative error value
@@ -412,6 +414,8 @@ int recorder_create_videorecorder(camera_h camera, recorder_h *recorder);
* @remarks You must release @a recorder using recorder_destroy().
* @remarks The privilege %http://tizen.org/privilege/recorder is not required since 4.0,\n
* but it is required in all earlier versions.
+ * @remarks Since 4.0, It's related to the following feature: %http://tizen.org/feature/media.audio_recording \n
+ * instead of using %http://tizen.org/feature/microphone
* @param[out] recorder A handle to the recorder
* @return @c 0 on success, otherwise a negative error value
* @retval #RECORDER_ERROR_NONE Successful
diff --git a/packaging/capi-media-recorder.spec b/packaging/capi-media-recorder.spec
index 70105ca..a767050 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.8
+Version: 0.3.9
Release: 0
Group: Multimedia/API
License: Apache-2.0