[ACR-1145] Change related feature for recorder API 65/166365/3 accepted/tizen/4.0/unified/20180116.143026 submit/tizen_4.0/20180115.091234 tizen_4.0.IoT.p2_release
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 10 Jan 2018 00:21:40 +0000 (09:21 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Wed, 10 Jan 2018 04:46:07 +0000 (13:46 +0900)
[Version] 0.3.8
[Profile] Common
[Issue Type] Update
[Dependency module] N/A

Change-Id: Id3c2a083e4c9c7295f128460252127c7243bac14
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
doc/recorder_doc.h
include/recorder.h
packaging/capi-media-recorder.spec

index a6d983454efe7453999ae3159ebe1d5acc1a2289..a7c155791cc4e59e59438635f31803c211481c3b 100644 (file)
  *
  * @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
  *
  * @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
  *
  * @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
index f64c79d42250b131981997a7ff79b387a3cc9077..1cda6ad756b3a0557e2967feb342dfa0fc211362 100644 (file)
@@ -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
index d2e24667b2e0a863ee67b3251881e0460d29032e..70105cab6e72ee1b4923e61dbf0eb5dec8492884 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-recorder
 Summary:    A Recorder API
-Version:    0.3.7
+Version:    0.3.8
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0