#include "id3/globals.h"
Go to the source code of this file.
Functions | |
ID3_V2Spec | ID3_VerRevToV2Spec (uchar ver, uchar rev) |
uchar | ID3_V2SpecToVer (ID3_V2Spec spec) |
uchar | ID3_V2SpecToRev (ID3_V2Spec spec) |
uchar ID3_V2SpecToRev | ( | ID3_V2Spec | spec | ) |
uchar ID3_V2SpecToVer | ( | ID3_V2Spec | spec | ) |
ID3_V2Spec ID3_VerRevToV2Spec | ( | uchar | ver, | |
uchar | rev | |||
) |
Definition at line 34 of file spec.cpp.
References ID3V2_2_0, ID3V2_2_1, ID3V2_3_0, ID3V2_4_0, and ID3V2_UNKNOWN.
Referenced by ID3_TagHeader::Parse().