How to activate goom in delphi activex
Posted: 27 Sep 2006 17:58
Hello,
I'm a french user, so excuse my english language..
I made an application delphi6 with activex VLC (VLC 0.8.5)
I can play video and put some options like fullscreen=1 it works perfectly.
But i try to enable goom effect with this code
but nothing seems to happen ?????
However, when i put this string in vlcrc, it works.
How can i put this options in my code ???
Do i make a mistake ?
Thanks a lot !
I'm a french user, so excuse my english language..
I made an application delphi6 with activex VLC (VLC 0.8.5)
I can play video and put some options like fullscreen=1 it works perfectly.
But i try to enable goom effect with this code
Code: Select all
setlength(voption, 1)
Voption[0] := 'audio-visual=goom';
VlCPlugin1.playlistclear;
VLCPlugin1.addTarget(fluxadresse, Voption,VLCPlayListAppendAndGo, 0);
However, when i put this string in vlcrc, it works.
How can i put this options in my code ???
Do i make a mistake ?
Thanks a lot !