From: NAMJEONGYOON Date: Wed, 27 Apr 2016 02:04:49 +0000 (+0900) Subject: remove old remark X-Git-Tag: accepted/tizen/common/20160509.135032~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53b585ddb3bd0518807833ee04faef919b91b71b;p=platform%2Fcore%2Fapi%2Fplayer.git remove old remark Change-Id: Id5210fca7f8535e01fe7d98e608c9b704f39b09a --- diff --git a/include/common/player.h b/include/common/player.h index f88f0b9..873b804 100644 --- a/include/common/player.h +++ b/include/common/player.h @@ -861,7 +861,6 @@ int player_is_looping(player_h player, bool *looping); * @brief Sets the video display. * @since_tizen 2.3 * @remarks To get @a display to set, use #GET_DISPLAY(). - * @remarks To use the multiple surface display mode, use player_set_display() again with a different display type. * @remarks We are not supporting changing display between different types. \n * If you want to change display handle after calling player_prepare(), you must use the same display type as what you set before. * @param[in] player The handle to the media player diff --git a/include/wearable/player.h b/include/wearable/player.h index b90a1b5..49c32fd 100644 --- a/include/wearable/player.h +++ b/include/wearable/player.h @@ -859,7 +859,6 @@ int player_is_looping(player_h player, bool *looping); * @brief Sets the video display. * @since_tizen 2.3.1 * @remarks To get @a display to set, use #GET_DISPLAY(). - * @remarks To use the multiple surface display mode, use player_set_display() again with a different display type. * @remarks We are not supporting changing display between different types. \n * If you want to change display handle after calling player_prepare(), you must use the same display type as what you set before. * @param[in] player The handle to the media player