C# Class mp3tager.Mp3File

Inheritance: IMp3File
Datei anzeigen Open project: Confirmit/Students

Public Methods

Method Description
ChangeName ( string newName ) : void
GetMemento ( ) : Mp3Memento
GetTags ( ) : Mp3Tags
Mp3File ( TagLib.File file ) : System
Save ( ) : void
SetMemento ( Mp3Memento memento ) : void
SetTags ( Mp3Tags tags ) : void

Private Methods

Method Description
FixFileName ( string name ) : string

Method Details

ChangeName() public method

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

GetMemento() public method

public GetMemento ( ) : Mp3Memento
return Mp3TagLib.Mp3Memento

GetTags() public method

public GetTags ( ) : Mp3Tags
return Mp3TagLib.Mp3Tags

Mp3File() public method

public Mp3File ( TagLib.File file ) : System
file TagLib.File
return System

Save() public method

public Save ( ) : void
return void

SetMemento() public method

public SetMemento ( Mp3Memento memento ) : void
memento Mp3TagLib.Mp3Memento
return void

SetTags() public method

public SetTags ( Mp3Tags tags ) : void
tags Mp3TagLib.Mp3Tags
return void