From: Eunhae Choi Date: Fri, 1 Dec 2017 06:51:27 +0000 (+0900) Subject: [0.3.78] fix internal api doxygen X-Git-Tag: submit/tizen_4.0/20171213.082554~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8006b263d9ca76f3c6965822662eebcf29b15d71;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.78] fix internal api doxygen Change-Id: I066388b65b6e63fab695af2c77d646a808520619 --- diff --git a/include/player_internal.h b/include/player_internal.h index 02b4ed2..7413638 100644 --- a/include/player_internal.h +++ b/include/player_internal.h @@ -178,7 +178,6 @@ int player_set_pcm_spec(player_h player, const char *format, int samplerate, int * @param[in] rate The playback rate * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation * @retval #PLAYER_ERROR_INVALID_STATE Invalid player state - * @pre The player state must be set to #PLAYER_STATE_PLAYING by calling player_start(). * @pre The player state must be set to #PLAYER_STATE_READY by calling player_prepare() or set to #PLAYER_STATE_PLAYING by calling player_start() or set to #PLAYER_STATE_PAUSED by calling player_pause(). */ int player_set_streaming_playback_rate(player_h player, float rate);