[MediaTool] fix descriptions (#1089)
authornam <36914158+aferin@users.noreply.github.com>
Thu, 17 Oct 2019 06:37:06 +0000 (15:37 +0900)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2019 06:37:06 +0000 (15:37 +0900)
src/Tizen.Multimedia/MediaTool/MediaPacket.cs

index 12bbd29..0efe75b 100644 (file)
@@ -170,7 +170,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the PTS(Presentation Time Stamp) value in nanoseconds of the current packet.
+        /// Gets or sets the PTS(Presentation Time Stamp) value of the current packet in nanoseconds.
         /// </summary>
         /// <exception cref="ObjectDisposedException">The MediaPacket has already been disposed of.</exception>
         /// <exception cref="InvalidOperationException">
@@ -201,7 +201,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the DTS(Decoding Time Stamp) value in nanoseconds of the current packet.
+        /// Gets or sets the DTS(Decoding Time Stamp) value of the current packet in nanoseconds.
         /// </summary>
         /// <exception cref="ObjectDisposedException">The MediaPacket has already been disposed of.</exception>
         /// <exception cref="InvalidOperationException">
@@ -230,7 +230,7 @@ namespace Tizen.Multimedia
         }
 
         /// <summary>
-        /// Gets or sets the duration value in nanoseconds of the current packet.
+        /// Gets or sets the duration value of the current packet in nanoseconds.
         /// </summary>
         /// <exception cref="ObjectDisposedException">The MediaPacket has already been disposed of.</exception>
         /// <exception cref="InvalidOperationException">