[MediaPlayer] Fixed comment error of PlayerDisplaySettings.
authorcoderhyme <jhyo.kim@samsung.com>
Thu, 20 Jul 2017 07:12:04 +0000 (16:12 +0900)
committercoderhyme <jhyo.kim@samsung.com>
Thu, 20 Jul 2017 07:12:04 +0000 (16:12 +0900)
The PlayerDisplayRotation has been removed, so it should be changed accordingly.

Change-Id: Iac9e492708c8682570957d974e2912680e606f30
Signed-off-by: coderhyme <jhyo.kim@samsung.com>
src/Tizen.Multimedia.MediaPlayer/Player/PlayerDisplaySettings.cs

index 9b5faae..5d9ead6 100644 (file)
@@ -108,10 +108,8 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Gets or sets the rotation of the display.
         /// </summary>
-        /// <value><see cref="PlayerDisplayRotation.RotationNone"/>,
-        ///     <see cref="PlayerDisplayRotation.Rotation90"/>,
-        ///     <see cref="PlayerDisplayRotation.Rotation180"/>,
-        ///     <see cref="PlayerDisplayRotation.Rotation270"/></value>
+        /// <value><see cref="Rotation.Rotate0"/>, <see cref="Rotation.Rotate90"/>, <see cref="Rotation.Rotate180"/>,
+        ///     <see cref="Rotation.Rotate270"/></value>
         /// <exception cref="InvalidOperationException">
         ///     The display is not assigned.\n
         ///     -or-\n