Is there a way to unbind libvlc_media_player_set_hwnd handle to it's default state, if any? I'd like to change from an output to a window handle to a render to texture while playing the same video.
So far, setting libvlc_media_player_set_hwnd to null doesn't seem to have any effect.
also, could this be detached as well? Removing the callbacks that is.
Code: Select all
libvlc_video_set_format_callbacks(m_VLC_Player,
ZVideoLandMovie::CallbackSetup,
ZVideoLandMovie::CallbackCleanup);