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.
Declaration Syntax
C# | Visual Basic |
public Dictionary<string, string> SelectAlbumTitlesWithFilePaths( AudioFileFormat audioFileFormat )
Public Function SelectAlbumTitlesWithFilePaths ( _ audioFileFormat As AudioFileFormat _ ) As Dictionary(Of String, String)
Parameters
- audioFileFormat (AudioFileFormat)
- Audio file format filter
Return Value
List of album titles with file path