Ejemplo n.º 1
0
 // simple check using file extension
 bool IsFileSupported(string filePath)
 {
     return(LocalTrack.IsSupported(new FileInfo(filePath)) || Playlists.IsSupported(filePath));
 }