C# Class mp3lib_Tests.Classes_for_tests.TestMp3File

Inheritance: IMp3File
Exibir arquivo Open project: Confirmit/Students Class Usage Examples

Public Methods

Method Description
ChangeFileName ( string fileName ) : void
Dispose ( ) : void
GetId3Data ( ) : string>.Dictionary
Rollback ( RollbackInfo rollbackInfo ) : void
TestMp3File ( string filePath ) : System
this ( TagType type ) : string

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

Rollback() public method

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

TestMp3File() public method

public TestMp3File ( string filePath ) : System
filePath string
return System

this() public method

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