[0.3.51] update reference of _set_play_position 61/116961/1 accepted/tizen/common/20170303.090825 accepted/tizen/ivi/20170303.070004 accepted/tizen/mobile/20170303.065823 accepted/tizen/tv/20170303.065918 accepted/tizen/unified/20170309.031901 accepted/tizen/wearable/20170303.065944 submit/tizen/20170303.015115 submit/tizen_unified/20170308.100405
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 2 Mar 2017 06:37:49 +0000 (15:37 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 2 Mar 2017 06:38:16 +0000 (15:38 +0900)
Change-Id: I9f5561d4edf62889b383bd7359b4fda9f3e97554

include/player.h

index a04e65dabe9d5ba4277ff36ae0c24d72b115a78a..a469b2f3cf0716824cc6be7056dd5d1e5950185c 100644 (file)
@@ -799,6 +799,8 @@ int player_pause(player_h player);
  *          before next calling of this api.(since_tizen 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.
+ *          If application ignore this error, player will keep playing without changing play position.
  * @param[in] player The handle to the media player
  * @param[in] millisecond The position in milliseconds from the start to the seek point
  * @param[in] accurate If @c true the selected position is returned, but this might be considerably slow,