TagsEditor.ID3V2_SaveChanges method |
|
Remarks
Saves changes applied to the ID3V2 tag using a specific ID3V2 format and a specific encoding.
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 ID3V2_SaveChanges ( nFormat as enumId3v2Formats, nEncoding as enumId3v2Encodings ) as enumErrorCodes |
[C#] public enumErrorCodes ID3V2_SaveChanges ( enumId3v2Formats nFormat, enumId3v2Encodings nEncoding ); |
[C++] public: enumErrorCodes ID3V2_SaveChanges ( enumId3v2Formats nFormat, enumId3v2Encodings nEncoding ); |
Parameter |
Description |
|||||||||||||||
|
|
|||||||||||||||
nFormat |
Identifier of the ID3V2 format. Supported values are the following:
|
|||||||||||||||
nEncoding |
Strings encoding. Supported values are the following:
|
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. |