C# Класс Achamenes.ID3.V1.ID3v1Tag

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FromV2Tag ( TagBase tag, IGenreManager genreManager ) : ID3v1Tag
ID3v1Tag ( ) : System
ReadFromFile ( string fileName ) : bool

Reads the ID3 v1.0 or v1.1 tag information attached to a given file.

WriteToFile ( string filename ) : void

Writes the information provided in the TagInformation object to the given file in ID3v1.1 format.

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

Метод Описание
ReadFromFile ( FileStream stream ) : bool

Reads the ID3 v1.0 or v1.1 tag attached to a file from a given FileStream.

WriteToFile ( FileStream stream ) : void

Writes the information provided in the TagInformation object to the given FileStream in ID3v1.1 format.

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

FromV2Tag() публичный статический Метод

public static FromV2Tag ( TagBase tag, IGenreManager genreManager ) : ID3v1Tag
tag TagBase
genreManager IGenreManager
Результат ID3v1Tag

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

public ID3v1Tag ( ) : System
Результат System

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

Reads the ID3 v1.0 or v1.1 tag information attached to a given file.
public ReadFromFile ( string fileName ) : bool
fileName string Name of the target file to read from.
Результат bool

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

Writes the information provided in the TagInformation object to the given file in ID3v1.1 format.
public WriteToFile ( string filename ) : void
filename string The name of the target file.
Результат void