C# Class mp3lib.Core.Actions.Mp3FileNameChanger

Show file Open project: Confirmit/Students Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddTagReplacement ( TagType type, string id3Data ) : void
GetNewFileName ( ) : string
Mp3FileNameChanger ( IMp3File file, string mask, ISaver saver, bool fastChanges = false ) : System

Method Details

AddTagReplacement() public method

public AddTagReplacement ( TagType type, string id3Data ) : void
type TagType
id3Data string
return void

GetNewFileName() public method

public GetNewFileName ( ) : string
return string

Mp3FileNameChanger() public method

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