MP3Frame :: MP3Frame - Constructor
Implementation overview
- Create a copy for a MP3Frame
 MP3Frame :: MP3Frame ( rMP3Frame )
- Default constructor
 MP3Frame :: MP3Frame (  )
Implementation details
- 
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
 to list
- 
Default constructor
 MP3Frame  :: MP3Frame (  )
 The constructor creates an empty frame. Empty frames are not valid. to list

