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 TagsEditor object.
For details about the editing of tags see the How to edit tag info in sound files tutorial.
Syntax
[Visual Basic] control.TagsEditor.ID3V2_SaveChanges ( nFormat as enumId3v2Formats, nEncoding as enumId3v2Encodings ) as enumErrorCodes |
[C++] short control.TagsEditor.ID3V2_SaveChanges ( short nFormat, short 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. |