From: Eunhae Choi Date: Tue, 14 Feb 2017 09:30:17 +0000 (+0900) Subject: [ACR-880] Add Idle state as a pre state of _get_play_position X-Git-Tag: submit/tizen/20170214.113450^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0c71e1836baa07c756344f5a26e3ad9cbf3371a6;p=platform%2Fcore%2Fapi%2Fplayer.git [ACR-880] Add Idle state as a pre state of _get_play_position Change-Id: I0259d67ea6467e8b52e7a5457be58d24092e961f --- diff --git a/include/player.h b/include/player.h index bc77363..a04e65d 100644 --- a/include/player.h +++ b/include/player.h @@ -830,7 +830,7 @@ int player_set_play_position(player_h player, int millisecond, bool accurate, pl * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation * @retval #PLAYER_ERROR_SEEK_FAILED Seek operation failure - * @pre The player state must be one of #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED. + * @pre The player state must be one of #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED. * @see player_set_play_position() */ int player_get_play_position(player_h player, int *millisecond);