C# 클래스 Mp3TagTest.TestMp3File

상속: IMp3File
파일 보기 프로젝트 열기: Confirmit/Students 1 사용 예제들

공개 메소드들

메소드 설명
ChangeName ( string newName ) : void
GetMemento ( ) : Mp3Memento
GetTags ( ) : Mp3Tags
Save ( ) : void
SetMemento ( Mp3Memento memento ) : void
SetTags ( Mp3Tags tags ) : void

메소드 상세

ChangeName() 공개 메소드

public ChangeName ( string newName ) : void
newName string
리턴 void

GetMemento() 공개 메소드

public GetMemento ( ) : Mp3Memento
리턴 Mp3TagLib.Mp3Memento

GetTags() 공개 메소드

public GetTags ( ) : Mp3Tags
리턴 Mp3TagLib.Mp3Tags

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