TagsEditor.ALL_SaveChanges method |
|
Remarks
Saves into the original sound file all of the changes performed through the TagsEditor.ALL_CommonFrameSet method. It's important to note that both methods will have effect only in case a tag should already exist inside the sound file.
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 ALL_SaveChanges ( ) as enumErrorCodes |
[C#] public enumErrorCodes ALL_SaveChanges ( ); |
[C++] public: enumErrorCodes ALL_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. |