C# Class Mp3Handler.Id3LibFileHandler

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetTags ( GetTagsOption option ) : string>.Dictionary
Id3LibFileHandler ( ) : System
Id3LibFileHandler ( string path ) : System
Rename ( string newName ) : void
SetTags ( string>.Dictionary tags ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetTags() public méthode

public GetTags ( GetTagsOption option ) : string>.Dictionary
option GetTagsOption
Résultat string>.Dictionary

Id3LibFileHandler() public méthode

public Id3LibFileHandler ( ) : System
Résultat System

Id3LibFileHandler() public méthode

public Id3LibFileHandler ( string path ) : System
path string
Résultat System

Rename() public méthode

public Rename ( string newName ) : void
newName string
Résultat void

SetTags() public méthode

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
Résultat void