[0.3.104] update doxygen 44/216244/1 accepted/tizen/5.0/unified/20191112.051702 submit/tizen_5.0/20191023.075731 submit/tizen_5.0/20191111.074733
authorEunhye Choi <eunhae1.choi@samsung.com>
Tue, 22 Oct 2019 12:24:54 +0000 (21:24 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Tue, 22 Oct 2019 12:24:54 +0000 (21:24 +0900)
Change-Id: I31b4a0ff9938cd26e601e2009df4290768dd5a7b

include/player.h

index 8b5d545f4487ee44b549be82701e4714fefc33a7..00862f0139f47813b89d859042e93e5a80febfcc 100644 (file)
@@ -839,7 +839,7 @@ int player_pause(player_h player);
  * @remarks Calling player_pause() or player_start() before player_seek_completed_cb() is invoked will cause #PLAYER_ERROR_INVALID_OPERATION to be returned.
  * @remarks Please note that if application is playing external media data via player_set_media_stream_info(),
  *          then consecutive calling of this function will always succeed and there is 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 player_seek_completed_cb() is invoked.
  * @remarks In case of non-seekable content, the function will return #PLAYER_ERROR_INVALID_OPERATION
@@ -2477,7 +2477,7 @@ int player_set_streaming_buffering_time(player_h player, int prebuffer_ms, int r
  * @retval #PLAYER_ERROR_NONE Successful
  * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter
  * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif
- * @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);