[0.3.94] Add more information of _set_display_roataion 81/180781/3 accepted/tizen/unified/20180611.015447 submit/tizen/20180605.085831 submit/tizen/20180607.021137
authorEunhae Choi <eunhae1.choi@samsung.com>
Mon, 4 Jun 2018 06:50:08 +0000 (15:50 +0900)
committerEunhae Choi <eunhae1.choi@samsung.com>
Tue, 5 Jun 2018 04:20:29 +0000 (13:20 +0900)
This API was designed to set device orientation angle value
from the beginning because it was based on the mobile target.
The 'rotation' parameter is clockwise direction of device angle.
So the video output is looks like turn in the opposite direction (counterclockwise).

Change-Id: I35dc90873b8d4cec3c495d1e6e2d2f359a07f088

include/player.h
packaging/capi-media-player.spec

index ae76861..7cbe4b6 100644 (file)
@@ -1297,6 +1297,7 @@ int player_is_display_visible(player_h player, bool* visible);
 /**
  * @brief Sets the rotation settings of the video surface display.
  * @details Use this function to change the video orientation to portrait mode.
+ *          The video out will be rotated in a counterclockwise direction.
  * @since_tizen @if WEARABLE 2.3.1 @else 2.3 @endif
  * @remarks If no display is set, no operation is performed.
  * @param[in] player   The handle to the media player
index afa0bdf..32618f2 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-player
 Summary:    A Media Player API
-Version:    0.3.93
+Version:    0.3.94
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0