Page 1 of 1

Problem with libvlc_new. Get and Set Variable. Delphi

Posted: 25 Jan 2010 07:38
by Prizrak
hi all.
sory for my very bad english. i'm beginner from russia.
i hope on your help.
Delphi:
if msg.hotkey = 01 then vlcPlugin.SetVariable('key-pressed',97); //aspectratio
if msg.hotkey = 02 then vlcPlugin.SetVariable('key-pressed',102); // fullscrenn
how make this function in externalApi with libvlc 0.9.2 or higher?
i am use http://www.tvfreeplayer.com/bin/tfptool ... Player.zip as example.
may be anybody give me libvlc.pas for new version of vlc.
thanks.

Re: Problem with libvlc_new. Get and Set Variable. Delphi

Posted: 26 Jan 2010 04:21
by Prizrak
... or how I can send key-pressed to libvlc