Name |
Description |
ExtendedHeader |
|
FrameFactory |
This static class performs the necessary operations to determine and create the correct child class of Frame for a given raw ID3v2 frame. |
FrameType |
This static class provides a collection of common frame types so they don't have to be created and destroyed countless times. |
PopularimeterFrame |
This class extends Frame, implementing support for ID3v2 Popularimeter (POPM) Frames. |
RelativeVolumeFrame |
|
RelativeVolumeFrame.ChannelData |
|
SynchData |
This static class provides support for encoding and decoding unsynchronized data and numbers. |
TextInformationFrame |
This class extends Frame to provide support ID3v2 Text Information Frames (Section 4.2), covering "T000 " to "TZZZ ", excluding "TXXX ". |
UrlLinkFrame |
This class extends Frame to provide support ID3v2 Url Link Frames (Section 4.3.1), covering "W000 " to "WZZZ ", excluding "WXXX ". |
UserTextInformationFrame |
This class extends TextInformationFrame to provide support for ID3v2 User Text Information (TXXX) Frames. |
UserUrlLinkFrame |
This class extends UrlLinkFrame to provide support for ID3v2 User Url Link (WXXX) Frames. |