单击音量时VLC播放器错误

时间:2015-08-04 19:34:01

标签: delphi vlc delphi-xe5

我在Delphi应用程序上使用VLC。但我在玩家遇到了问题。 我添加一个流,当我点击该卷时,它只是崩溃了该程序: 所有申请都停止了工作

你可以用Delphi编程来解决这个问题吗?或者是有问题的应用程序?

procedure TForm4.OnShowCreate(Sender: TObject);
begin
VLCPlugin1.addTarget(form3.edit1.text,null, VLCPlayListInsert, 0);
VLCPlugin1.play;
end;

我可以从播放器中删除音量吗?

0 个答案:

没有答案