Class Summary |
Flags |
Flags is a class that provides ID3v2 with an interpretation of the ID3v2
header flags. |
Flags_2_0 |
Flags_2_0 implements the flags for version 2.0 of ID3v2 (aka ID3v2.2.0). |
Flags_3_0 |
Flags_3_0 implements the flags for version 3.0 of ID3v2 (aka ID3v2.3.0). |
Flags_3_0_NoSync |
Flags_3_0 implements the flags for version 3.0 of ID3v2 (aka ID3v2.3.0). |
Frame |
This class is the superclass of all ID3v2 frame types. |
Parser |
ID3v2Parser is an abstract class that features static methods whose
function is to test the parsing of an ID3v2. |
SynchSafeInteger |
SynchSafeInteger provides conversion methods between "normal" integers
and "synch-safe integers", ID3v2's 28-bit encoding of integer values
that is guaranteed to not trigger MPEG-audio decoders. |