TagsEditor.ID3V1_SaveChanges method |
|
Remarks
Saves changes applied to the ID3V1 tag.
For further details about methods related to tags editing refer to the TagsEditorMan class.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] Public Function ID3V1_SaveChanges ( ) as enumErrorCodes |
[C#] public enumErrorCodes ID3V1_SaveChanges ( ); |
[C++] public: enumErrorCodes ID3V1_SaveChanges ( ); |
Return value
Value |
Meaning |
|
|
Negative value |
An error occurred (see the LastError property for further error details) |
enumErrorCodes.ERR_NOERROR (0) |
The method call was successful. |