Copyright © 2008-2019 MultiMedia Soft

TagsEditor.WAV_BextChunkRemove method

Previous pageReturn to chapter overviewNext page

Remarks

 

Removes the BEXT chunk from the last analyzed sound file: the removal has immediate effect on the sound file so there will be no need to perform a call to the TagsEditor.WAV_SaveChanges method in order to make the chunk removal effective.

 

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

) as enumErrorCodes


 

[C++]

short control.TagsEditor.WAV_BextChunkRemove (

);


 

 

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.