public static interface Id3Decoder.FramePredicate
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(int majorVersion,
int id0,
int id1,
int id2,
int id3)
Returns whether a frame with the specified parameters should be decoded.
|
boolean evaluate(int majorVersion,
int id0,
int id1,
int id2,
int id3)
majorVersion - The major version of the ID3 tag.id0 - The first byte of the frame ID.id1 - The second byte of the frame ID.id2 - The third byte of the frame ID.id3 - The fourth byte of the frame ID.