C# 클래스 Espera.Core.LocalSong

상속: Song
파일 보기 프로젝트 열기: gazwinter/Espera 1 사용 예제들

공개 메소드들

메소드 설명
LocalSong ( string path, AudioType audioType, System.TimeSpan duration ) : System

Initializes a new instance of the LocalSong class.

비공개 메소드들

메소드 설명
ClearCache ( ) : void
CreateAudioPlayer ( ) : AudioPlayer
LoadToCache ( ) : void
LoadToTempFile ( ) : void

메소드 상세

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