Struct mp3_metadata::AudioTag
[−]
[src]
pub struct AudioTag {
pub title: String,
pub artist: String,
pub album: String,
pub year: u16,
pub comment: String,
pub genre: Genre,
}Fields
title: String
artist: String
album: String
year: u16
comment: String
genre: Genre