C# Class PiStrom.Config.MusicSource

Datei anzeigen Open project: Banasen/PiStrom

Private Properties

Property Type Description

Public Methods

Method Description
GetFilesForFileType ( string fileType ) : IEnumerable

Gets the paths to all the files that are included in this music source.

Method Details

GetFilesForFileType() public method

Gets the paths to all the files that are included in this music source.
public GetFilesForFileType ( string fileType ) : IEnumerable
fileType string The filetype of the music files.
return IEnumerable