From: Eunhae Choi Date: Thu, 1 Jun 2017 10:44:43 +0000 (+0900) Subject: [ACR-978] add new error return at _set_subtitle_path X-Git-Tag: submit/tizen/20170609.042751~1^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20759e55daa8f1488eeec680bfc9e20c1dae9c5e;p=platform%2Fcore%2Fapi%2Fplayer.git [ACR-978] add new error return at _set_subtitle_path Change-Id: Iee6fcb1717e2825b59bca1d7c2f11c304f62aa56 --- diff --git a/include/player.h b/include/player.h index 2b20959..998c8d3 100644 --- a/include/player.h +++ b/include/player.h @@ -1951,6 +1951,7 @@ int player_set_playback_rate(player_h player, float rate); * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation * @retval #PLAYER_ERROR_INVALID_STATE Invalid player state * @retval #PLAYER_ERROR_PERMISSION_DENIED Permission denied + * @retval #PLAYER_ERROR_NO_SUCH_FILE File not found (Since 4.0) * @pre The player state must be one of #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING, or #PLAYER_STATE_PAUSED. */ int player_set_subtitle_path(player_h player, const char *path);