company logo

MP3Header :: assign - Assign MP3 header by reference

Assigning an MP3Header will create a header handle referring to the same referenced object as the original handle and only increases the reference object use count. Thus, changes made in one of the MP3Header handles become visible in both.

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

Implementation details

odaba::utils::MP3Header & MP3Header  :: assign ( odaba::utils::MP3Header &cMP3Header )

The function creates a handle copy for the MP3Header handle passed in cMP3Header.

  • cMP3Header - - internal feature (not documented)