public void SetDisplayOutputXWindow(IntPtr handle)
 {
     VerifyObjectIsNotDisposed();
     //
     LibVlcInterop.libvlc_media_player_set_xwindow(descriptor, handle);
 }