C# Class ID3.ID3v1Frame.ID3v1

Provide a class to read and write ID3v1
Exibir arquivo Open project: jasine/SaveDouban Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ID3v1 ( string FilePath, bool LoadData ) : System

Create new ID3v1 class

Load ( ) : void

Load ID3v1 information from file

Save ( ) : void

Save ID3v1 information to file

Method Details

ID3v1() public method

Create new ID3v1 class
public ID3v1 ( string FilePath, bool LoadData ) : System
FilePath string Path of file
LoadData bool Indicate load data in constructor or not
return System

Load() public method

Load ID3v1 information from file
public Load ( ) : void
return void

Save() public method

Save ID3v1 information to file
public Save ( ) : void
return void