Documentation ¶ Overview ¶ Package mp3 provides MP3 audio file parsing and ID3 tag extraction. Index ¶ type ID3v2Frame type ID3v2Header Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ID3v2Frame ¶ type ID3v2Frame struct { ID string Data []byte Size uint32 Flags uint16 } ID3v2Frame represents a single ID3v2 frame. type ID3v2Header ¶ type ID3v2Header struct { Version byte // Major version (3 or 4) Revision byte // Minor version Flags byte Size uint32 // Tag size (excluding header), synchsafe ExtendedSize uint32 // Extended header size if present } ID3v2Header represents an ID3v2 tag header. Source Files ¶ View all Source files artwork.goid3v2.goparser.gotechnical.go Click to show internal directories. Click to hide internal directories.