Hi,
I try to do a delphi application uses the VLC Plugin.
It works pretty fine, but i have juste a question.
How can i specify more than one options in the Plugin.addtarget Method ?
In other words how can i do the same operations as the command line bellow :
vlc --reset-config --reset-pugin-cache --save-config -vvv -f --aspect-ration 16:9 udp:@239.255.255.1.
I can only spécifie one option but not all.
Somebody as an idee?
Thanks