I am using VLC on my Delphi application. But I'm having problems with the PLAYER. I add a stream , when I click the volume, it simply crashes the program : ALL application stopped working
You can correct this with Delphi programming? or is it the application that is in trouble?
procedure TForm4.OnShowCreate(Sender: TObject);
begin
VLCPlugin1.addTarget(form3.edit1.text,null, VLCPlayListInsert, 0);
VLCPlugin1.play;
end;
Can I remove the volume from the player ?