From 826d8db09988eed1e5b143bd21710a9857689cdc Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Tue, 11 Jun 2013 19:26:28 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I118d27c9f674125d5293f612ad06f0f2473c2c79 --- inc/FMediaPlayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FMediaPlayer.h b/inc/FMediaPlayer.h index feee922..c58e1bb 100755 --- a/inc/FMediaPlayer.h +++ b/inc/FMediaPlayer.h @@ -854,7 +854,7 @@ public: * @remarks * - This method only works for the PLAYER_STATE_PLAYING, PLAYER_STATE_PAUSED, and PLAYER_STATE_OPENED states of the player instance. * - This method is not guaranteed to work correctly when the content does not have key frames. -* - This method is faster than @SeekTo() but the seeking accuracy is worse than @SeekTo(). +* - This method is faster than SeekTo() but the seeking accuracy is worse than %SeekTo(). **/ result SeekVideoKeyFrameCloseTo(long msTime); -- 2.7.4