C# Класс mp3tager.Mp3File

Наследование: IMp3File
Показать файл Открыть проект

Открытые методы

Метод Описание
ChangeName ( string newName ) : void
GetMemento ( ) : Mp3Memento
GetTags ( ) : Mp3Tags
Mp3File ( TagLib.File file ) : System
Save ( ) : void
SetMemento ( Mp3Memento memento ) : void
SetTags ( Mp3Tags tags ) : void

Приватные методы

Метод Описание
FixFileName ( string name ) : string

Описание методов

ChangeName() публичный Метод

public ChangeName ( string newName ) : void
newName string
Результат void

GetMemento() публичный Метод

public GetMemento ( ) : Mp3Memento
Результат Mp3TagLib.Mp3Memento

GetTags() публичный Метод

public GetTags ( ) : Mp3Tags
Результат Mp3TagLib.Mp3Tags

Mp3File() публичный Метод

public Mp3File ( TagLib.File file ) : System
file TagLib.File
Результат System

Save() публичный Метод

public Save ( ) : void
Результат void

SetMemento() публичный Метод

public SetMemento ( Mp3Memento memento ) : void
memento Mp3TagLib.Mp3Memento
Результат void

SetTags() публичный Метод

public SetTags ( Mp3Tags tags ) : void
tags Mp3TagLib.Mp3Tags
Результат void