Fix API document
[platform/core/api/recorder.git] / doc / recorder_doc.h
index 2cea140..25d08d5 100644 (file)
  *    <td> recorder_create_videorecorder()<br>recorder_create_audiorecorder() </td>
  *    <td> NONE </td>
  *    <td> CREATED </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_destroy() </td>
  *    <td> CREATED </td>
  *    <td> NONE </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_prepare() </td>
  *    <td> CREATED </td>
  *    <td> READY</td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_unprepare() </td>
  *    <td> READY </td>
  *    <td> CREATED </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_start() </td>
  *    <td> READY / PAUSED </td>
  *    <td> RECORDING </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_pause() </td>
  *    <td> RECORDING </td>
  *    <td> PAUSED </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * <tr>
  *    <td> recorder_cancel() <br>recorder_commit() </td>
  *    <td> RECORDING / PAUSED </td>
  *    <td> READY </td>
- *    <td> ASYNC </td>
+ *    <td> SYNC </td>
  * </tr>
  * </table>
  * </div>
  *
  * @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
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  *
  */
 
  *
  * @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
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  *
  */
 
  *
  * @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
  * To ensure your application is only running on the device with specific features, please define the features in your manifest file using the manifest editor in the SDK.\n
- * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tools/native-tools/manifest-text-editor#feature"><b>Feature Element</b>.</a>
+ * More details on featuring your application can be found from <a href="https://developer.tizen.org/development/tizen-studio/native-tools/configuring-your-app/manifest-text-editor#feature"><b>Feature Element</b>.</a>
  *
  */