[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 ae768615f5cb7422823db0378259fcbb0dba87ad..7cbe4b689b9e7ea87e66205740aeda8939182de7 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 afa0bdf282e31c998d0fec9bc901ddf95bc72cae..32618f21df1174d0a3f218ce0b1d8adf469b3e8c 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