From: Eunhae Choi Date: Mon, 19 Mar 2018 06:22:15 +0000 (+0900) Subject: [ACR-1185] Change API naming X-Git-Tag: submit/tizen/20180329.023850~3^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97398fba1809a3888d62a90a7a6d1140f6779802;p=platform%2Fcore%2Fapi%2Fplayer.git [ACR-1185] Change API naming Change-Id: Ide0589c1a79cf47872ada3580da688f995bd24f8 --- diff --git a/include/player.h b/include/player.h index 8ed87fe..b154f7d 100644 --- a/include/player.h +++ b/include/player.h @@ -2291,7 +2291,7 @@ int player_360_is_content_spherical(player_h player, bool *is_spherical); * @pre The player state must be one of #PLAYER_STATE_IDLE, #PLAYER_STATE_READY, #PLAYER_STATE_PLAYING or #PLAYER_STATE_PAUSED. * @see player_360_is_enabled() */ -int player_360_set_enable(player_h player, bool enable); +int player_360_set_enabled(player_h player, bool enable); /** * @brief Gets the 360 video display mode.