Struct vorbisfile::Comments [] [src]

pub struct Comments<'a> {
    pub vendor: &'a str,
    pub comments: Vec<&'a str>,
}

File metadata

Fields

The Vorbis implementation that encoded the stream.

User-specified key-value pairs of the form KEY=VALUE.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Comments<'a>

impl<'a> Sync for Comments<'a>