Method | Description | |
---|---|---|
LocalSong ( string path, AudioType audioType, System.TimeSpan duration ) : System |
Initializes a new instance of the LocalSong class.
|
Method | Description | |
---|---|---|
ClearCache ( ) : void | ||
CreateAudioPlayer ( ) : |
||
LoadToCache ( ) : void | ||
LoadToTempFile ( ) : void |
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 |