c# - Does using MediaLibrary class pose portability problems? -


in windows phone project sdk 7.1 (maybe need update use wp8 later) want add test image windows phone emulator using this code. latter uses medialibrary class , have add reference microsoft.xna.framework. no other code in project needs assembly.

i've found this msdn document says you can use xna framework assemblies in apps target windows phone os 8.0. , list includes microsoft.xna.framework.dll. looks should not expect problems i'm not sure.

will using medialibrary class , having reference microsoft.xna.framework cause issues portability of code , distribution?

no can safely use medialibrary , other permitted xna assemblies in wp8 projects. in fact, rich media extensibility adds extension methods classes in xna framework exclusively available wp8 only.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -