[ACR-1145] Change related feature for recorder API 01/166601/1 accepted/tizen/unified/20180116.074430 submit/tizen/20180115.050333 submit/tizen/20180115.091317
authorJeongmo Yang <jm80.yang@samsung.com>
Wed, 10 Jan 2018 00:21:40 +0000 (09:21 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 11 Jan 2018 05:12:19 +0000 (14:12 +0900)
[Version] 0.3.9
[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 a6d9834..a7c1557 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 f64c79d..1cda6ad 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 70105ca..a767050 100644 (file)
@@ -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