Release 4.0.0-preview1-00201
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia.MediaCodec / MediaCodec / InputProcessedEventArgs.cs
index 1883d95..b10d0d3 100644 (file)
@@ -36,7 +36,7 @@ namespace Tizen.Multimedia.MediaCodec
         }
 
         /// <summary>
-        /// Gets the packet that the codec has processed.
+        /// Gets the packet processed by the codec.
         /// </summary>
         public MediaPacket Packet { get; }
     }