Hello:
1: I got VLC to open up a media file and run it in a DirectX output window successfully
2: I would like to know how I can redirect the output to any other active window or something. Like if I can get a window handle, how to I redirect the output into that window, etc.
3: I tried looking at information from the wiki, but I couldn't quite locate the means. I apologize if I have been hasty, its just that I am working time-bound
4: I have seen viewtopic.php?f=14&t=45225. But its command-line based. I want some API thingy.
5: Also, how to check if the file is playing or done playing? An IsRunning() function or something?
6: Even if you can point me to some general place where I can lookup these API stuff, I'd be grateful. I have seen howto's and the wiki though.
Thanks,
Balki
[PS] The backstory is that I am making a game and I'd like to use VLC to play the intro cinematic videos, the credits and such. I know its mostly going to be fullscreen and there would be a command line argument for that I'm sure, but I'd still like to know how to redirect to a window using the handle. If I can get more into the depths of the rendering thingy, maybe I can write to some texture as well using VLC!