[ACR-978] add new error return at _set_subtitle_path 85/132185/3
authorEunhae Choi <eunhae1.choi@samsung.com>
Thu, 1 Jun 2017 10:44:43 +0000 (19:44 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Thu, 1 Jun 2017 11:35:19 +0000 (20:35 +0900)
Change-Id: Iee6fcb1717e2825b59bca1d7c2f11c304f62aa56

include/player.h

index 2b209595b9b9e01d313109aad7414c844ae06637..998c8d396274e298cd35a7905a9b358594ea2c95 100644 (file)
@@ -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);