id3lib
3.8.3
|
Go to the source code of this file.
Functions | |||
operator<< | |||
Copies a frame to the tag. The frame parameter can thus safely be deleted or allowed to go out of scope. Operator<< supports the addition of a pointer to a frame object, or the frame object itself. ID3_Frame *pFrame, frame;
p_frame = &frame;
myTag << pFrame;
myTag << frame;
The representative class of an id3v2 frame. Both these methods copy the given frame to the tag—the tag creates its own copy of the frame.
| |||
int32 | ID3_IsTagHeader (const uchar data[ID3_TAGHEADERSIZE]) | ||