Hello,
I am building a .Net application that aims to be a video player and library, with playback functionnalities based on VLC. I decided to use the .Net interface provided by Tappen (many thanks to him for it) as I read that it has more functionnalities than the ActiveX control.
Yet, I am running into some issues. I would like to synchronise my GUI with VLC status (playlist content, playback progress, volume...), but I am not sure how to do that. I understood that there can be no direct acknowledgement to command as VLC is asynchronous; as far as I can see, there is no event raised. One way would be to query the status every second for instance but it does not seem to me as a light and nice way to work.
Am I missing something? Can someone help me?
Thanks in advance !