[][src]Crate mp4ameta

A library for reading and writing 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

AdvisoryRating

An enum describing the rating of a file.

Content

An enum representing the different types of content an Atom might have.

Data

An enum 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.

MediaType

An enum describing the media type of a file stored in the stik atom.

Type Definitions

Result

Type alias for the result of tag operations.