company logo

MP3Frame :: assign - Assign MP3 frame by reference

Assigning anwill create a frame handle referring to the same MP3Frame object as the original handle and only increase the referenced object use count. Thus, changes made in one of the MP3Frame objects become visible in both.

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

Implementation details

odaba::utils::MP3Frame & MP3Frame  :: assign ( odaba::utils::MP3Frame &cMP3Frame )

The function creates a handle copy for the MP3Frame handle passed in cMP3Frame.

  • cMP3Frame - - internal feature (not documented)