id3

package
v0.0.0-...-914af20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 27, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ID3Frame

type ID3Frame struct {
	ID     string // 4-char
	Size   uint32
	Flags  uint16
	Data   []byte
	Offset uint32 // byte offset from the id3 header (i.e. first frame offset = 0x0A)
}

func ReadFrames

func ReadFrames(r io.Reader) (uint32, []ID3Frame, error)

ReadFrames reads all ID3 tags

returns total bytes of ID3 data (header + frames) and slice of frames

func (*ID3Frame) String

func (frame *ID3Frame) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL