Struct taglib::Tag[][src]

pub struct Tag<'a> { /* fields omitted */ }

The abstract meta-data container for audio files

Each Tag instance can only be created by the taglib::File::tag() method.

Methods

impl<'a> Tag<'a>
[src]

Returns the track name, if any.

Sets the track name.

Returns the artist name, if any.

Sets the artist name.

Returns the album name, if any.

Sets the album name.

Returns the track comment, if any.

Sets the track comment.

Returns the genre name, if any.

Sets the genre name.

Returns the year, if any.

Sets the year.

Returns the track number, if any.

Sets the track number.

Auto Trait Implementations

impl<'a> !Send for Tag<'a>

impl<'a> !Sync for Tag<'a>