Hello. I am new to libVLC. I am programming on Visual Studio with Win XP. I am trying to have libvlc_vlm_play_media() play the video in a window that I have created (through CreateWindowEx). I have read several posts where libvlc_media_player_set_hwnd() or libvlc_media_player_set_drawable() are used to direct the VLC output to desired window. These work out fine with libvlc_media_player_play(). However they do not work out with libvlc_vlm_play_media().
Is there a way I can control the window where video output is seen in libvlc_vlm_?
My purpose is to play multiple files simultanesouly (in a mosaic form) on the screen through libvlc_vlm_ in a window that I create/control.