Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeSyncSafeInt(buffer []byte) int
- func EncodeSyncSafeInt(value int) []byte
- func Marshal(bundle metadata.Bundle, opts MarshalOptions) ([]byte, error)
- func Parse(buffer []byte, bundle *metadata.Bundle)
- func Skip(r io.Reader) (int, error)
- type Encoding
- type Header
- type MarshalOptions
- type Version
Constants ¶
View Source
const HeaderSize = 10
Variables ¶
View Source
var ( ErrHeaderTooShort = errors.New("id3 header too short") ErrInvalidHeader = errors.New("invalid id3 header") )
Functions ¶
func DecodeSyncSafeInt ¶
func EncodeSyncSafeInt ¶
Types ¶
type Header ¶
func ParseHeader ¶
type MarshalOptions ¶
Click to show internal directories.
Click to hide internal directories.