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
Operating System 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 projecthat target Windows Phone 7.1
You can
Continue to develop and maintain new or existing xNa projects, that target
For 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
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
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
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
XAML controls and content. With the drawingsurfacebackgroundgrid control, your
Graphics are displayed guest ss 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.