码迷,mamicode.com
首页 > Windows程序 > 详细

delphi xe firemonkey 调用VLC播放器播放视频

时间:2015-06-30 10:09:51      阅读:1282      评论:0      收藏:0      [点我收藏+]

标签:

var
wc:twincontrol;
w:TWinWindowHandle;
begin
player:=TPasLibVlcPlayer.Create(self);
w:=windowhandletoplatform(handle);
wc:=twincontrol.CreateParented(w.Wnd);
wc.Width:=500;
wc.Height:=100;
player.Parent:=wc;
player.Play(‘d:\1.mp4‘);
end;

delphi xe firemonkey 调用VLC播放器播放视频

标签:

原文地址:http://www.cnblogs.com/HuiLove/p/4609495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!