Struct vorbisfile::Comments
[-]
[+]
[src]
pub struct Comments<'a> { pub vendor: &'a str, pub comments: Vec<&'a str>, }
File metadata
Fields
vendor | The Vorbis implementation that encoded the stream. |
comments | User-specified key-value pairs of the form KEY=VALUE. |