[0.3.86] update doxygen 45/216245/1 accepted/tizen_4.0_unified accepted/tizen/4.0/unified/20191025.002218 submit/tizen_4.0/20191023.075739
authorEunhye Choi <eunhae1.choi@samsung.com>
Tue, 22 Oct 2019 12:26:16 +0000 (21:26 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Tue, 22 Oct 2019 12:26:34 +0000 (21:26 +0900)
Change-Id: Idb6551068fe72e6c88c637a88b0a92e0ea648b10

include/player.h

index 54cc5bfff2dd5486353f16a74ec6660c1088b878..0e22d5ce604660cb7f52b84e0a1260020589fff7 100644 (file)
@@ -852,7 +852,7 @@ int player_pause(player_h player);
  *          Otherwise it will return PLAYER_ERROR_SEEK_FAILED.
  *          Please note that if application is playing external media data via player_set_media_stream_info(),
  *          then consecutive calling of this function will always success and no need to wait for player_seek_completed_cb()
- *          before next calling of this function.(since_tizen 3.0)
+ *          before next calling of this function.(Since 3.0)
  * @remarks Even if you don't set visible to true by calling player_set_display_visible,
  *          the video will be shown when the _seek_completed cb is invoked.
  * @remarks In case of non-seekable content, it will return PLAYER_ERROR_INVALID_OPERATION.
@@ -2302,7 +2302,7 @@ int player_set_streaming_buffering_time(player_h player, int prebuffer_ms, int r
  * @retval #PLAYER_ERROR_INVALID_STATE Invalid state
  * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif
  * @pre The player state must be one of #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED.
- * @see player_get_streaming_buffering_time()
+ * @see player_set_streaming_buffering_time()
  */
 int player_get_streaming_buffering_time(player_h player, int *prebuffer_ms, int *rebuffer_ms);