Copyright © 2008-2019 MultiMedia Soft

TagsEditor.OGG_SaveChanges method

Previous pageReturn to chapter overviewNext page

Remarks

 

Saves changes applied to the OGG Vorbis tag.

 

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.OGG_SaveChanges (

) as enumErrorCodes


 

[C++]

short control.TagsEditor.OGG_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.