C# Class mp3lib.Core.Actions.Mp3FileNameChanger

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AddTagReplacement() public méthode

public AddTagReplacement ( TagType type, string id3Data ) : void
type TagType
id3Data string
Résultat void

GetNewFileName() public méthode

public GetNewFileName ( ) : string
Résultat string

Mp3FileNameChanger() public méthode

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