C# Class PiStrom.Config.StreamInfo.MusicInfo

Mostra file Open project: Banasen/PiStrom

Private Properties

Property Type Description

Public Methods

Method Description
GetFilesForTime ( uint time ) : IEnumerable

Gets the paths to all the files that can be played at the given time.

Method Details

GetFilesForTime() public method

Gets the paths to all the files that can be played at the given time.
public GetFilesForTime ( uint time ) : IEnumerable
time uint The time in minutes from 00:00.
return IEnumerable