C# Class Mp3Handler.Id3LibFileHandler

Inheritance: IFileHandler
Mostrar archivo Open project: Confirmit/Students Class Usage Examples

Public Methods

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

public Dispose ( ) : void
return void

GetTags() public method

public GetTags ( GetTagsOption option ) : string>.Dictionary
option GetTagsOption
return string>.Dictionary

Id3LibFileHandler() public method

public Id3LibFileHandler ( ) : System
return System

Id3LibFileHandler() public method

public Id3LibFileHandler ( string path ) : System
path string
return System

Rename() public method

public Rename ( string newName ) : void
newName string
return void

SetTags() public method

public SetTags ( string>.Dictionary tags ) : void
tags string>.Dictionary
return void