company logo

MP3Frame :: initialize - Create a copy for a MP3Frame

The function copies data from the MP3 frame passed in rMP3Frame .

Implementation overview

Implementation details

  1. Create a copy from a MP3 header
    MP3Frame  :: initialize ( odaba::utils::MP3Frame &rMP3Frame )

    The function copies data from the MP3 header passed in rMP3Header .

    • rMP3Frame - Reference to MP3Frame handle
  2. to list
  3. Initialize empty frame
    MP3Frame  :: initialize (  )
  4. to list
  5. Initialize MP3 frame from id and value
    MP3Frame  :: initialize ( odaba::String &sName, odaba::String &sValue )

    The frame identifier passed in sName must contain exactly four characters. When the frame identifier is invalid, the function throws an exception.

    • sName - Name
    • sValue - String value
  6. to list