* 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,