C# Class mp3lib.Core.Mp3File

Inheritance: IMp3File
Show file Open project: Confirmit/Students Class Usage Examples

Private Properties

Property Type Description
Set void

Public Methods

Method 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

Method Description
Set ( ) : void

Method Details

ChangeFileName() public method

public ChangeFileName ( string fileName ) : void
fileName string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetId3Data() public method

public GetId3Data ( ) : string>.Dictionary
return string>.Dictionary

Mp3File() public method

public Mp3File ( string file, ISaver saver ) : System
file string
saver ISaver
return System

Rollback() public method

public Rollback ( RollbackInfo rollbackInfo ) : void
rollbackInfo mp3lib.Rollback.RollbackInfo
return void

this() public method

public this ( TagType type ) : string
type TagType
return string