private void OnRelease(object obj) { try { _videoView.Release(); _videoView.Dispose(); } catch (Exception ex) { } }