From: Eunhye Choi Date: Tue, 22 Oct 2019 12:12:11 +0000 (+0900) Subject: [0.3.123] update doxygen X-Git-Tag: submit/tizen_5.5/20191111.075027^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=36af4aea550ad1c3feb7e5556c48a3f04616641f;p=platform%2Fcore%2Fapi%2Fplayer.git [0.3.123] update doxygen Change-Id: Ifcf5357e4864e511ec6c2832f2544744e57992b9 (cherry picked from commit 68303f5e4558ab9c7b383c3f02e4a8d045274d82) --- diff --git a/include/player.h b/include/player.h index df20213..e14a27b 100644 --- a/include/player.h +++ b/include/player.h @@ -865,7 +865,7 @@ int player_pause(player_h player); * @remarks Calling player_pause() or player_start() before player_seek_completed_cb() is invoked will cause #PLAYER_ERROR_INVALID_OPERATION to be returned. * @remarks Please note that if application is playing external media data via player_set_media_stream_info(), * then consecutive calling of this function will always succeed and there is no need to wait for player_seek_completed_cb() - * before next calling of this function.(since_tizen 3.0) + * before next calling of this function.(Since 3.0) * @remarks Even if you don't set visible to true by calling player_set_display_visible(), * the video will be shown when the player_seek_completed_cb() is invoked. * @remarks In case of non-seekable content, the function will return #PLAYER_ERROR_INVALID_OPERATION diff --git a/include/player_internal.h b/include/player_internal.h index e186c0f..28c6158 100644 --- a/include/player_internal.h +++ b/include/player_internal.h @@ -42,7 +42,7 @@ typedef enum { typedef enum { PLAYER_VIDEO_CODEC_TYPE_EX_HW, /**< This is an optional flag for using the h/w codec */ PLAYER_VIDEO_CODEC_TYPE_EX_SW, /**< This is an optional flag for using the s/w codec */ - PLAYER_VIDEO_CODEC_TYPE_EX_DEFAULT, /**< This is an optional flag for using codec which has higher priority */ + PLAYER_VIDEO_CODEC_TYPE_EX_DEFAULT, /**< This is an optional flag for using the codec which has higher priority */ } player_video_codec_type_ex_e; /**