C# Class Espera.Core.LocalSong

Inheritance: Song
Show file Open project: gazwinter/Espera Class Usage Examples

Public Methods

Method Description
LocalSong ( string path, AudioType audioType, System.TimeSpan duration ) : System

Initializes a new instance of the LocalSong class.

Private Methods

Method Description
ClearCache ( ) : void
CreateAudioPlayer ( ) : AudioPlayer
LoadToCache ( ) : void
LoadToTempFile ( ) : void

Method Details

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