Windows Phone项目不支持VideoBrush

时间:2014-08-13 18:50:17

标签: c# wpf xaml windows-phone-8

我正在使用VS2013编写一个Windows手机相机应用程序。

在xaml文件中,找不到错误。

有谁知道我需要添加什么程序集参考?

我的参考资料是

  1. 适用于Windows应用商店应用的.NET
  2. Microsoft.Phone
  3. Microsoft.Xna.Framework
  4. PresentationCore
  5. PresentationFramework
  6. Windows Phone 8.1
  7. 我使用的命名空间是:

    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Linq;
    using System.Runtime.InteropServices.WindowsRuntime;
    using Windows.Foundation;
    using Windows.Foundation.Collections;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Controls.Primitives;
    using Windows.UI.Xaml.Data;
    using Windows.UI.Xaml.Input;
    using Windows.UI.Xaml.Media;
    using Windows.UI.Xaml.Navigation;
    using Microsoft.Devices;
    using Microsoft.Xna.Framework.Media;
    

    谢谢!