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

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -

python - How to create a legend for 3D bar in matplotlib? -