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

C# Object and Dynamic Types

This blog provides an in-depth explanation of object and dynamic types in C#. Object Type 1. Overview object ...

MSDEVBUILD - English Channel

MSDEVBUILD - Tamil Channel

Popular Posts