company logo

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

Implementation details

  1. Remove frame with passed identifier
    MP3Header  :: removeFrame ( odaba::String &sName )

    The function removes the first frame with the identifier passed in sName .

    • sName - Name
  2. to list
  3. Remove frame at given position
    MP3Header  :: removeFrame ( int32 iPosition )
    • iPosition - Position in collection

      The position of an element in a collection is beginning with 0 for the first element.

  4. to list