[][src]Crate mp4ameta

A library to read ITunes style MPEG-4 audio metadata.

Structs

Atom

A structure that represents a MPEG-4 audio metadata atom.

Error

A structure able to represent any error that may occur while performing metadata operations.

Tag

A MPEG-4 audio tag containing metadata atoms

Enums

Content

A structure representing the different types of content an Atom might have.

Data

A struct that holds the different types of data an Atom can contain following Table 3-5 Well-known data types.

ErrorKind

Kinds of errors that may occur while performing metadata operations.

Type Definitions

Result

Type alias for the result of tag operations.