Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
ID3v1 ( string FilePath, bool LoadData ) : System |
Create new ID3v1 class
|
|
Load ( ) : void |
Load ID3v1 information from file
|
|
Save ( ) : void |
Save ID3v1 information to file
|
public ID3v1 ( string FilePath, bool LoadData ) : System | ||
FilePath | string | Path of file |
LoadData | bool | Indicate load data in constructor or not |
Результат | System |