Espera.Core.LocalSong.LocalSong C# (CSharp) Method

LocalSong() public method

Initializes a new instance of the LocalSong class.
public LocalSong ( string path, AudioType audioType, System.TimeSpan duration ) : System
path string The path of the file.
audioType AudioType The audio type.
duration System.TimeSpan The duration of the song.
return System
        public LocalSong(string path, AudioType audioType, TimeSpan duration)
            : base(path, audioType, duration)
        {
        }