VideoChooserTask :: MediaChooserTask in WP8

VideoChooserTask & MediaChooserTask not available in default chooser Windows Phone 8 So We can Use MedialLibrary it will give you access to existing Songs & Video

Namespace: Microsoft.Xna.Framework.Media
using(MediaLibrary library = new MediaLibrary())
{
SongCollection songscollection = library.Songs;
Song song = songscollection [0];
MediaPlayer.Play(song);
}

Dev FeedBack:

Please follow below link for update
http://wpdev.uservoice.com/forums/110705-dev-platform/suggestions/1897833-video-chooser-task

0 Comments

Featured Post

AI Evolution Explained: GenAI vs LLMs vs AI Agents vs Agentic AI vs Intelligent AI

Artificial Intelligence (AI) is one of the most exciting technologies in our world today. But the terms that come with it like GenAI, LLMs, ...

MSDEVBUILD - English Channel

MSDEVBUILD - Tamil Channel

Popular Posts