English review (#428)
authorDivya G K <37893210+divyk@users.noreply.github.com>
Mon, 3 Sep 2018 03:53:56 +0000 (09:23 +0530)
committerWonYoung Choi <wy80.choi@samsung.com>
Mon, 3 Sep 2018 03:53:56 +0000 (12:53 +0900)
src/Tizen.Multimedia.MediaPlayer/Player/AdaptiveVariants.cs
src/Tizen.Multimedia.MediaPlayer/Player/Player.Properties.cs
src/Tizen.Multimedia.MediaPlayer/Player/SphericalVideo.cs

index 5162c95..b24188e 100644 (file)
@@ -22,7 +22,7 @@ using static Interop;
 namespace Tizen.Multimedia
 {
     /// <summary>
-    /// Represents properties for the variant information
+    /// Represents properties for the variant information.
     /// </summary>
     /// <since_tizen> 5 </since_tizen>
     public struct VariantInfo
@@ -42,7 +42,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the maximum limit of the available bandwidth. (-1 = no limit)
+        /// Gets or sets the maximum limit of the available bandwidth. (-1 = no limit).
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public int Bandwidth
@@ -52,7 +52,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the maximum limit of the available width. (-1 = no limit)
+        /// Gets or sets the maximum limit of the available width. (-1 = no limit).
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public int Width
@@ -62,7 +62,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the maximum limit of the available height. (-1 = no limit)
+        /// Gets or sets the maximum limit of the available height. (-1 = no limit).
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public int Height
index 9ec8ac6..0320853 100644 (file)
@@ -25,7 +25,7 @@ using static Interop;
 namespace Tizen.Multimedia
 {
     /// <summary>
-    /// Represents properties for streaming buffering time
+    /// Represents properties for streaming buffering time.
     /// </summary>
     /// <since_tizen> 5 </since_tizen>
     public struct PlayerBufferingTime
@@ -44,7 +44,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the duration of buffering data that must be prerolled to start playback
+        /// Gets or sets the duration of buffering data that must be prerolled to start playback.
         /// </summary>
         /// <since_tizen> 5 </since_tizen>
         public int PreBufferMillisecond
@@ -527,7 +527,7 @@ namespace Tizen.Multimedia
         /// Gets or sets the player's replaygain state.
         /// </summary>
         /// <value>If the replaygain status is true, replaygain is applied (if contents has a replaygain tag);
-        /// otherwise, the replaygain isn't affected by tag and properties.</value>
+        /// otherwise, the replaygain is not affected by tag and properties.</value>
         /// <exception cref="ObjectDisposedException">The player has already been disposed of.</exception>
         /// <exception cref="InvalidOperationException">The player is not in the valid state.</exception>
         /// <since_tizen> 5 </since_tizen>
index d876399..fccd0cc 100644 (file)
@@ -21,7 +21,7 @@ using static Interop;
 namespace Tizen.Multimedia
 {
     /// <summary>
-    /// Represents properties for the spherical video direction of view
+    /// Represents properties for the spherical video direction of view.
     /// </summary>
     /// <since_tizen> 5 </since_tizen>
     public struct DirectionOfView
@@ -74,7 +74,7 @@ namespace Tizen.Multimedia
     }
 
     /// <summary>
-    /// Represents properties for the spherical video field of view
+    /// Represents properties for the spherical video field of view.
     /// </summary>
     /// <since_tizen> 5 </since_tizen>
     public struct FieldOfView