From: Jeongmo Yang Date: Wed, 10 Jan 2018 00:21:40 +0000 (+0900) Subject: [ACR-1145] Change related feature for recorder API X-Git-Tag: submit/tizen_4.0/20180115.091234^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d18f656cac7f6adb484adde658152ec908f8e13d;p=platform%2Fcore%2Fapi%2Frecorder.git [ACR-1145] Change related feature for recorder API [Version] 0.3.8 [Profile] Common [Issue Type] Update [Dependency module] N/A Change-Id: Id3c2a083e4c9c7295f128460252127c7243bac14 Signed-off-by: Jeongmo Yang --- 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 d2e2466..70105ca 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.7 +Version: 0.3.8 Release: 0 Group: Multimedia/API License: Apache-2.0