Returns a list of distinct album titles with the file path of one of the audio files
of the album, using the filter passed in the soundFormat parameter.

C# | Visual Basic |
public Dictionary<string, string> SelectAlbumTitlesWithFilePaths( AudioFileFormat audioFileFormat )
Public Function SelectAlbumTitlesWithFilePaths ( _ audioFileFormat As AudioFileFormat _ ) As Dictionary(Of String, String)

- audioFileFormat (AudioFileFormat)
- Audio file format filter

List of album titles with file path