Exemple #1
0
 /// <summary>
 /// Initializes a new instance of SafeNativePlayerHandle referencing the given videoView.
 /// </summary>
 internal SafeNativePlayerHandle(VideoView videoView) : base(global::System.IntPtr.Zero, false)
 {
     if (videoView != null)
     {
         SetHandle(videoView.GetNativePlayerHandle());
     }
 }