博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
从Windows Phone 8 Developer Docs整理的关于XNA记录(Preview)
阅读量:4455 次
发布时间:2019-06-08

本文共 3189 字,大约阅读时间需要 10 分钟。

XNA Framework and Windows Phone 8 development

 

You cannot create new XNA projects that target Windows Phone 8 Developer Preview

You cannot create new XNA projects, that target Windows Phone 8 Developer Preview. If you select an XNA project template, then you can only choose Windows Phone OS 7.1 as the target operating system.

You cannot upgrade existing XNA projects to target Windows Phone 8 Developer Preview

You cannot upgrade existing XNA projects, to target Windows Phone 8 Developer Preview.

You can continue to develop and maintain XNA projects that target Windows Phone 7.1

You can continue to develop and maintain new or existing XNA projects, that target Windows Phone 7.1.

You can use certain XNA Framework assemblies in projects that target Windows Phone 8 Developer Preview

You can reference and use the following XNA Framework assemblies in apps that target Windows Phone 8 Developer Preview:

  • Microsoft.Xna.Framework.dll
  • Microsoft.Xna.Framework.Input.Touch.dll
  • Microsoft.Xna.Framework.Audio.dll
  • Microsoft.Xna.Framework.Media.dll
  • Microsoft.Xna.Framework.MediaLibraryExtensions.dll
  • Microsoft.Xna.Framework.GamerServices.dll
  • Microsoft.Xna.Framework.GamerServicesExtensions.dll

 

 

Game

 

DirectX for Windows Phone

 

Microsoft Media Foundation for Windows Phone

Applies to: Windows Phone 8 Developer Preview only

 

Microsoft Media Foundation (MF) is a framework for audio and video capture and playback for the desktop. Microsoft Media Foundation for Windows Phone is a reimplementation of a subset of the MF APIs. This feature enables Windows Phone 8 Developer Preview apps to implement the following scenarios.

  • Rendering video to textures in apps that use native code.
  • Displaying cinematics for games.
  • Playing in-game background audio in apps that use native code, such as a game soundtrack.

 

XAML and Direct3D apps for Windows Phone

 

Applies to: Windows Phone 8 Developer Preview only

 

With Windows Phone 8 Developer Preview, you can use Direct3D to render graphics that are displayed behind or inline with XAML controls and content. With the DrawingSurfaceBackgroundGrid control, your graphics are displayed across the entire screen, below any other XAML elements on the page, including any elements in the frame. With the DrawingSurface control, you can choose an area of the screen to draw on. The size and layout of your drawing surface are handled just as they are with other XAML controls. Both of these controls require your application to create a Windows Phone Runtime component defining a class that implements an interface, either IDrawingSurfaceBackgroundContentProvider or IDrawingSurfaceCOntentProvider, and hosts the actual Direct3D drawing code. To receive touch input, your class must also implement IDrawingSurfaceManipulationHost.

 

Native audio APIs for Windows Phone 8

 

Applies to: Windows Phone 8 Developer Preview only

 

Windows Phone 8 Developer Preview apps can use the WASAPI and XAudio2 APIs to play and process audio and manage audio streams. This topic describes these interfaces and some of the differences between the desktop and phone implementations.

 

This topic contains the following sections.

 

转载于:https://www.cnblogs.com/qinxg/archive/2012/07/26/2610811.html

你可能感兴趣的文章
Ubuntu各种软件的安装
查看>>
2019春第四次课程设计实验报告
查看>>
智能社的邀请码
查看>>
算法与分析 统计数字问题和整数因子分解问题?
查看>>
变量提升
查看>>
Thinkphp3.2多站点共用S方法缓存
查看>>
高精度(✚▬✖)法,↓↓↓
查看>>
谜题88:原生类型的处理
查看>>
boost::asio::detail::epoll_reactor::start_op的崩溃问题
查看>>
一句话题解
查看>>
第四次作业-树
查看>>
[转]调试技巧
查看>>
js判断手机访问网站自动跳转到手机版
查看>>
一个 tiny Lisp 语言解释器的实现
查看>>
【翻译】如何给tomcat配置memcached-session-manager
查看>>
EasyNVR实现海康、大华NVR硬盘录像机Web无插件播放方案(支持取特定时间段视频流)...
查看>>
复利计算单元测试
查看>>
IE浏览器日期格式问题
查看>>
Qt xml增删改
查看>>
css3实现的三种loading动画(转载)
查看>>