company logo

MP3File :: operator= - Assign MP3 file by reference

Assigning an MP3File will create a file handle using the same data as the original handle and only increase the file use count. Thus, changes made in one of the MP3File 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 MP3File handle ( odaba::utils::MP3File & )

Implementation details