C# Class mp3lib.Core.Actions.Mp3TagChanger

显示文件 Open project: Confirmit/Students Class Usage Examples

Private Properties

Property Type Description
ChangeMp3Tags void

Public Methods

Method Description
ChangeTags ( ) : void
Mp3TagChanger ( IMp3File mp3File, string mask, ISaver backuper ) : System

Private Methods

Method Description
ChangeMp3Tags ( string>.Dictionary data ) : void

Method Details

ChangeTags() public method

public ChangeTags ( ) : void
return void

Mp3TagChanger() public method

public Mp3TagChanger ( IMp3File mp3File, string mask, ISaver backuper ) : System
mp3File IMp3File
mask string
backuper ISaver
return System