Espera.Core.LocalSong.LocalSong C# (CSharp) 메소드

LocalSong() 공개 메소드

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.
리턴 System
        public LocalSong(string path, AudioType audioType, TimeSpan duration)
            : base(path, audioType, duration)
        {
        }