company logo

MP3Frame :: initialize - Initialize referenced MP3Frame object

The function may be called in order to reset MP3Frame data.

Implementation overview

Implementation details

  1. Constructor
    MP3Frame  :: initialize ( odaba::utils::MP3Frame &cMP3Frame )

    Creates an empty MP3Header or a copy.

    • cMP3Frame - - internal feature (not documented)
  2. to list
  3. Initialize referenced MP3Frame object
    MP3Frame  :: initialize (  )

    The function initializes the referenced MP3Frame object by clearing all properties. Initialized frame objects are valid, but the identifier is empty.

  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