company logo

MP3Frame :: operator= - Assign MP3 frame by reference

Assigning an MP3Frame will create a frame handle using the same data as the original handle and only increase the frame use count. Thus, changes made in one of the MP3Frame objects become visible in both.

In order to create an independent copy, the copy constructor may be called instead of assigning handles.

Return value:  Reference to MP3Frame handle ( odaba::utils::MP3Frame & )

Implementation details