C# Class Mp3Handler.Mp3FileProcessor

Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
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

Method Details

Difference() public method

public Difference ( string pattern ) : TagDifference>.Dictionary
pattern string
return TagDifference>.Dictionary

Mp3FileProcessor() public method

public Mp3FileProcessor ( IFileHandler fileHandler ) : System.Collections.Generic
fileHandler IFileHandler
return System.Collections.Generic

Mp3FileProcessor() public method

public Mp3FileProcessor ( string filePath ) : System.Collections.Generic
filePath string
return System.Collections.Generic

RenameFile() public method

public RenameFile ( string pattern ) : bool
pattern string
return bool

RetagFile() public method

public RetagFile ( string pattern ) : bool
pattern string
return bool

Synchronize() public method

public Synchronize ( string pattern ) : bool
pattern string
return bool