C# 클래스 mp3tager.Mp3File

상속: IMp3File
파일 보기 프로젝트 열기: Confirmit/Students

공개 메소드들

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