【发布时间】:2013-11-07 00:48:39
【问题描述】:
this.Background = new System.Windows.Media.ImageBrush(new System.Windows.Media.Imaging.BitmapImage(new Uri(MY URL HERE)));
上面的代码帮助我显示一个图像控件及其图像。 我想播放视频文件。
System.Windows.Media库有没有办法播放视频文件?
【问题讨论】:
标签: c# video shared-libraries media-player