[ACR-880] Add Idle state as a pre state of _get_play_position 49/114649/1 accepted/tizen/common/20170214.173855 accepted/tizen/ivi/20170214.230151 accepted/tizen/mobile/20170214.230040 accepted/tizen/tv/20170214.230102 accepted/tizen/wearable/20170214.230124 submit/tizen/20170214.113450
authorEunhae Choi <eunhae1.choi@samsung.com>
Tue, 14 Feb 2017 09:30:17 +0000 (18:30 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 14 Feb 2017 09:30:17 +0000 (18:30 +0900)
Change-Id: I0259d67ea6467e8b52e7a5457be58d24092e961f

include/player.h

index bc77363..a04e65d 100644 (file)
@@ -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);