company logo

MP3Header :: assign - Assign MP3 header by reference

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

Implementation details

odaba::utils::MP3Header & MP3Header  :: assign ( odaba::utils::MP3Header &rMP3Header )
  • rMP3Header - Reference to MP3Header handle