C# 클래스 mp3lib.Core.Actions.Mp3FileNameChanger

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddTagReplacement ( TagType type, string id3Data ) : void
GetNewFileName ( ) : string
Mp3FileNameChanger ( IMp3File file, string mask, ISaver saver, bool fastChanges = false ) : System

메소드 상세

AddTagReplacement() 공개 메소드

public AddTagReplacement ( TagType type, string id3Data ) : void
type TagType
id3Data string
리턴 void

GetNewFileName() 공개 메소드

public GetNewFileName ( ) : string
리턴 string

Mp3FileNameChanger() 공개 메소드

public Mp3FileNameChanger ( IMp3File file, string mask, ISaver saver, bool fastChanges = false ) : System
file IMp3File
mask string
saver ISaver
fastChanges bool
리턴 System