this is the c# interface and it does not properly work.
the set method for the time property is actually unavailable, and if i modify the c# wrapper to enable this, it works to seek the video but the internal position is not updated
I have written a c# application using the libvlc wrapper and it works great on windows 200,xp,2003 but on vista the video is not displayed and none of the proper information is returned about the video such as time,length. It's odd because when run inside the visual studio debugger, the video plays ...
I understand the type it is, but I do not understand why I must pass a value between 0 and 1 in order to seek to a specific time in seconds. Why can't I just pass X number of seconds and seek there? or how can i calculate this float number to achieve the same effect? I would think this is something ...
i have played with the above c# example and the latest libvlc which was compiled into a custom control as in the latest suggestions, but still cannot figure out the preferred way of seeking to a specific time in seconds in relation to a trackbar control. the "position" member of the VLanCo...