Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / MediaTool / MediaPacketVideoPlane.cs
index 3291221..aaabb39 100644 (file)
@@ -20,8 +20,8 @@ using System.Diagnostics;
 namespace Tizen.Multimedia
 {
     /// <summary>
-    /// Represents a video plane for <see cref="MediaPacket"/>.
-    /// This class is used if and only if the format of the packet is raw video.
+    /// Represents a video plane for the <see cref="MediaPacket"/>.
+    /// This class is used if and only if the format of the packet is the raw video.
     /// </summary>
     public class MediaPacketVideoPlane
     {
@@ -54,7 +54,7 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Gets the buffer of the current video plane.
         /// </summary>
-        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer already has been disposed of.</exception>
+        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer has already been disposed of.</exception>
         public MediaPacketBuffer Buffer
         {
             get
@@ -67,7 +67,7 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Gets the stride width of the current video plane.
         /// </summary>
-        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer already has been disposed of.</exception>
+        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer has already been disposed of.</exception>
         public int StrideWidth
         {
             get
@@ -80,7 +80,7 @@ namespace Tizen.Multimedia
         /// <summary>
         /// Gets the stride height of the current video plane.
         /// </summary>
-        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer already has been disposed of.</exception>
+        /// <exception cref="ObjectDisposedException">The MediaPacket that owns the current buffer has already been disposed of.</exception>
         public int StrideHeight
         {
             get