Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WP7 Audio/video files chooser

I am working on an application in witch I need to record/take and choose photos, video and audio files. I manage to take/select photos, record audios and videos.

But I can't find a way to choose video and audio files.

For the photo selection I used PhotoChooserTask.

I searched the Launchers and Choosers documentation, but found nothing.

Is there such thing, or I need to implement my own?

Thank you.

like image 509
Sorin Avatar asked Jul 25 '11 05:07

Sorin


1 Answers

There is no way to select existing video and sound media content through default choosers. You can use MediaLibrary that will give you access to metadata related to existing songs and pictures, but that's about it. You cannot currently access videos stored on the phone.

Also, you cannot access the song streams - those are only read by the OS, so that the users won't be able to copy them through third-party applications.

like image 147
Den Delimarsky Avatar answered Sep 24 '22 21:09

Den Delimarsky