C# 클래스 Achamenes.ID3.V1.ID3v1Tag

파일 보기 프로젝트 열기: sahands/a-id3 1 사용 예제들

공개 메소드들

메소드 설명
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