Hi all,
I am using VLCPlugin2 in my MFC dialog application. I am able to embed the VLC player and also able to play video files. But when i close the application, it throws some error. I saw few postings on this topic. But I couldnt find any solution for this. Anyone solved this problem? Kindly help pls...
In VLCPlugin2, add(LPCTSTR uri, const VARIANT& name, const VARIANT& options) function, what is right parameter for name and options? Currently i am just declaring one dummy variable and using for both name and options. example, VARIANT u; u.vt = VT_EMPTY;
In VLCPlugin1 function "addTarget(LPCTSTR uri, const VARIANT& options, long mode, long Position);" we have option to add and play the recently added file. for example, if we set "addTarget(file,u,12, -666);", it will add the file and play the same. How to do the same kind of operation using VLCPlugin2?
Thanks in advance ...