company logo

MP3Frame :: MP3Frame - Constructor

Implementation overview

Implementation details

  1. Create a copy for a MP3Frame
    MP3Frame  :: MP3Frame ( odaba::utils::MP3Frame &rMP3Frame )

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

    • rMP3Frame - Reference to MP3Frame handle
  2. to list
  3. Default constructor
    MP3Frame  :: MP3Frame (  )

    The constructor creates an empty frame. Empty frames are not valid.

  4. to list