id3lib 3.8.3
|
The representative class of an id3v2 frame. More...
The representative class of an id3v2 frame.
id3lib defines frames in a funny way. Using some nice c++ conventions, ID3_FrameImpl class objects appear to be quite polymorphic; that is, they can take on many forms. The same ID3_FrameImpl class provides the facilities for the implementation of a complex APIC frame and for a simple text frame.