Update src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 16 Sep 2021 03:17:51 +0000 (12:17 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 9 Nov 2021 05:57:53 +0000 (14:57 +0900)
Co-authored-by: Piotr Szydełko <wiertel@users.sourceforge.net>
src/Tizen.NUI/src/public/BaseComponents/VideoViewHandle.cs

index 5d35420..e251c21 100644 (file)
@@ -27,7 +27,7 @@ namespace Tizen.NUI
     internal class SafeNativePlayerHandle : SafeHandle
     {
         /// <summary>
-        /// Constructor, Native player handle is set to handle.
+        /// Initializes a new instance of SafeNativePlayerHandle referencing the given videoView.
         /// </summary>
         internal SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false)
         {