Modify document spelling and consistency 92/243692/2 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.121829 accepted/tizen/6.0/unified/hotfix/20201103.004101 accepted/tizen/6.0/unified/hotfix/20201103.051054 accepted/tizen/6.5/unified/20211028.095733 accepted/tizen/unified/20200911.043051 submit/tizen/20200909.075652 submit/tizen_6.0/20201029.205102 submit/tizen_6.0_hotfix/20201102.192502 submit/tizen_6.0_hotfix/20201103.114802 submit/tizen_6.5/20211028.161801 tizen_6.0.m2_release tizen_6.5.m2_release
authorHyunsoo Park <hance.park@samsung.com>
Wed, 9 Sep 2020 06:55:41 +0000 (15:55 +0900)
committerHyunsoo Park <hance.park@samsung.com>
Wed, 9 Sep 2020 06:57:11 +0000 (15:57 +0900)
Change-Id: Icd61b21279520f10b36d852b9de7627f13794b2d
Signed-off-by: Hyunsoo Park <hance.park@samsung.com>
doc/streamrecorder_doc.h
include/streamrecorder.h
packaging/capi-media-streamrecorder.spec

index a49cc57..f41353d 100644 (file)
  * It is recommended to design feature related codes in your application for reliability.
  * 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.
  * 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.
- * More details on featuring your application can be found from <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
+ * For more information about featuring your application, see <a href="https://docs.tizen.org/application/tizen-studio/native-tools/manifest-text-editor#feature-element"><b>Feature Element</b>.</a>
  */
 
 
index e666d7e..34e64a5 100644 (file)
@@ -398,7 +398,6 @@ int streamrecorder_unprepare(streamrecorder_h recorder);
  * @see        streamrecorder_set_filename()
  * @see        streamrecorder_set_file_format()
  * @see        streamrecorder_recording_status_cb()
- * @see        streamrecorder_set_filename()
  */
 int streamrecorder_start(streamrecorder_h recorder);
 
@@ -1177,7 +1176,6 @@ int streamrecorder_unset_recording_status_cb(streamrecorder_h recorder);
  * @post  streamrecorder_recording_limit_reached_cb() will be invoked.
  * @see streamrecorder_create()
  * @see        streamrecorder_unset_recording_limit_reached_cb()
- * @see        streamrecorder_set_time_limit()
  * @see        streamrecorder_recording_limit_reached_cb()
  */
 int streamrecorder_set_recording_limit_reached_cb(streamrecorder_h recorder, streamrecorder_recording_limit_reached_cb callback, void *user_data);
index 98316a5..4078413 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamrecorder
 Summary:    A Streamrecorder library in Tizen Native API
-Version:    0.0.32
+Version:    0.0.33
 Release:    0
 Group:      Multimedia/Other
 License:    Apache-2.0