C# Class Mp3Handler.Mp3FileProcessor

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Difference ( string pattern ) : TagDifference>.Dictionary
pattern string
Résultat TagDifference>.Dictionary

Mp3FileProcessor() public méthode

public Mp3FileProcessor ( IFileHandler fileHandler ) : System.Collections.Generic
fileHandler IFileHandler
Résultat System.Collections.Generic

Mp3FileProcessor() public méthode

public Mp3FileProcessor ( string filePath ) : System.Collections.Generic
filePath string
Résultat System.Collections.Generic

RenameFile() public méthode

public RenameFile ( string pattern ) : bool
pattern string
Résultat bool

RetagFile() public méthode

public RetagFile ( string pattern ) : bool
pattern string
Résultat bool

Synchronize() public méthode

public Synchronize ( string pattern ) : bool
pattern string
Résultat bool