MP3Header :: removeFrame - Remove MP3 frame from header
The function removes an MP3 frame from the header. When the requested frame could not be found, the function does nothing.
Implementation overview
- Remove frame with passed identifier
MP3Header :: removeFrame ( sName ) - Remove frame at given position
MP3Header :: removeFrame ( iPosition )
Implementation details
-
Remove frame with passed identifier
MP3Header  :: removeFrame ( odaba::String &sName )
The function removes the first frame with the identifier passed in sName .
- sName - Name
to list
- to list