TagsEditor.WMA_RemoveAllFrames method |
|
Remarks
Removes all frames from the WMA tag of 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.WMA_SaveChanges method in order to make the tag removal effective.
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 WMA_RemoveAllFrames ( ) as enumErrorCodes |
[C#] public enumErrorCodes WMA_RemoveAllFrames ( ); |
[C++] public: enumErrorCodes WMA_RemoveAllFrames ( ); |
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. |