C# Class mp3lib.Core.Mp3File

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

Private Properties

Свойство Type Description
Set void

Méthodes publiques

Méthode Description
ChangeFileName ( string fileName ) : void
Dispose ( ) : void
GetId3Data ( ) : string>.Dictionary
Mp3File ( string file, ISaver saver ) : System
Rollback ( RollbackInfo rollbackInfo ) : void
this ( TagType type ) : string

Private Methods

Méthode Description
Set ( ) : void

Method Details

ChangeFileName() public méthode

public ChangeFileName ( string fileName ) : void
fileName string
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetId3Data() public méthode

public GetId3Data ( ) : string>.Dictionary
Résultat string>.Dictionary

Mp3File() public méthode

public Mp3File ( string file, ISaver saver ) : System
file string
saver ISaver
Résultat System

Rollback() public méthode

public Rollback ( RollbackInfo rollbackInfo ) : void
rollbackInfo mp3lib.Rollback.RollbackInfo
Résultat void

this() public méthode

public this ( TagType type ) : string
type TagType
Résultat string