Hi.
I'm using libVLC 2.0.5 (vlc-qt actually) to create a media player for my program.
I have some problems with sound output: there are notable lags on volume changing and I have no sound at all when I pause and then resume the playback.
I have these problems both on Linux and Windows, but Vlc Media Player itself is fine on both these platforms.
Is it correct that if I initilize the vlc instance in my program exactly with the same arguments as they are in Vlc Media player, these problems will disappear?
How can I get the arguments the vlc instance in Vlc Media Player is initialized with?
Thank you.