c# - how to import media library in windows store app? -
i made media player windows store app used filepicker pick file pc play. want import music library , video library , show content in homescreen make easy selecting files play. how it? please help..
i'm using c# , xaml app.
to this, must use knownfolders
class. must first add music library , videos library capabilities in app manifest, can access them via class.
Comments
Post a Comment