Trait ears::AudioTags [] [src]

pub trait AudioTags {
    fn get_tags(&self) -> Tags;
}

AudioTags trait implemented by all struct who can provides audio.

Required Methods

fn get_tags(&self) -> Tags

Get the tags of the audio source.

Implementors