C# 클래스 Mp3Handler.Mp3FileProcessor

파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
Difference ( string pattern ) : TagDifference>.Dictionary
Mp3FileProcessor ( IFileHandler fileHandler ) : System.Collections.Generic
Mp3FileProcessor ( string filePath ) : System.Collections.Generic
RenameFile ( string pattern ) : bool
RetagFile ( string pattern ) : bool
Synchronize ( string pattern ) : bool

메소드 상세

Difference() 공개 메소드

public Difference ( string pattern ) : TagDifference>.Dictionary
pattern string
리턴 TagDifference>.Dictionary

Mp3FileProcessor() 공개 메소드

public Mp3FileProcessor ( IFileHandler fileHandler ) : System.Collections.Generic
fileHandler IFileHandler
리턴 System.Collections.Generic

Mp3FileProcessor() 공개 메소드

public Mp3FileProcessor ( string filePath ) : System.Collections.Generic
filePath string
리턴 System.Collections.Generic

RenameFile() 공개 메소드

public RenameFile ( string pattern ) : bool
pattern string
리턴 bool

RetagFile() 공개 메소드

public RetagFile ( string pattern ) : bool
pattern string
리턴 bool

Synchronize() 공개 메소드

public Synchronize ( string pattern ) : bool
pattern string
리턴 bool