Page 1 of 1

Undo set_hwnd or libvlc_media_player_set_hwnd

Posted: 01 Jul 2014 15:27
by carlosb
Hello all,

I am working with the python library, and I applied the set_hwnd operation (libvlc_media_player_set_hwnd C++ method). Is there some way to unset the attached widget with this operation? Something like unset_hwnd? I am trying to disable this setting in order to restore my program but it couldn't do it...

Regards,
Carlos

Re: Undo set_hwnd or libvlc_media_player_set_hwnd

Posted: 01 Jul 2014 21:52
by RĂ©mi Denis-Courmont
Set it to zero or NULL. Note that it only takes effect after stop and play.