메소드 | 설명 | |
---|---|---|
CreateSong ( string filePath, int folderId, TagLib file ) : |
||
FolderScanOperation ( string path, int delayMilliSeconds ) : System | ||
ProcessFile ( string file, int folderId ) : void | ||
ProcessFolder ( int folderId ) : void | ||
ProcessFolder ( string folderPath ) : void | ||
SongNeedsUpdating ( string filePath, int folderId, bool &isNew, int &itemId ) : bool | ||
Start ( ) : void |
메소드 | 설명 | |
---|---|---|
ArtFileNeedsUpdating ( string filePath ) : bool | ||
CreateArt ( TagLib file ) : |
||
CreateArt ( string filePath ) : |
||
CreateVideo ( string filePath, int folderId, TagLib file ) : Video | ||
FileNeedsUpdating ( string filePath, int folderId, bool &isNew, int &itemId ) : bool | ||
VideoNeedsUpdating ( string filePath, int folderId, bool &isNew, int &itemId ) : bool |
public CreateSong ( string filePath, int folderId, TagLib file ) : |
||
filePath | string | |
folderId | int | |
file | TagLib | |
리턴 |
public FolderScanOperation ( string path, int delayMilliSeconds ) : System | ||
path | string | |
delayMilliSeconds | int | |
리턴 | System |
public ProcessFile ( string file, int folderId ) : void | ||
file | string | |
folderId | int | |
리턴 | void |
public SongNeedsUpdating ( string filePath, int folderId, bool &isNew, int &itemId ) : bool | ||
filePath | string | |
folderId | int | |
isNew | bool | |
itemId | int | |
리턴 | bool |