Method | Description | |
---|---|---|
FromV2Tag ( TagBase tag, IGenreManager genreManager ) : |
||
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.
|
Method | Description | |
---|---|---|
ReadFromFile ( |
Reads the ID3 v1.0 or v1.1 tag attached to a file from a given FileStream.
|
|
WriteToFile ( |
Writes the information provided in the TagInformation object to the given FileStream in ID3v1.1 format.
|
public static FromV2Tag ( TagBase tag, IGenreManager genreManager ) : |
||
tag | TagBase | |
genreManager | IGenreManager | |
return |
public ReadFromFile ( string fileName ) : bool | ||
fileName | string | Name of the target file to read from. |
return | bool |
public WriteToFile ( string filename ) : void | ||
filename | string | The name of the target file. |
return | void |