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

时间:2015-06-30 10:07:49   收藏:0   阅读:1120

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;

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!