From: Eunhae Choi Date: Thu, 2 Mar 2017 06:37:49 +0000 (+0900) Subject: [0.3.51] update reference of _set_play_position X-Git-Tag: submit/tizen/20170303.015115^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f49937dbc36aa6bbbd794c1a75e420026e369d06;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.51] update reference of _set_play_position Change-Id: I9f5561d4edf62889b383bd7359b4fda9f3e97554 --- diff --git a/include/player.h b/include/player.h index a04e65d..a469b2f 100644 --- a/include/player.h +++ b/include/player.h @@ -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,