Registry / utility / mp4ameta

mp4ameta

JSON →
library0.13.0rscratesunverified

A library for reading and writing iTunes style MPEG-4 audio metadata.

# Cargo.toml [dependencies] mp4ameta = "0.13.0"
INSTALL
IMPORT
SIG · MP4AMETA
M
mp4ameta
utilityrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tag
use mp4ameta::Tag;

Creates a new MP4 metadata tag and sets the title.

use mp4ameta::Tag; fn main() { let mut tag = Tag::new(); tag.set_title("My Song"); println!("Tag title: {:?}", tag.title()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
mp4ameta — cargo add mp4ameta · libregistry