Struct vorbis::DecoderBuilder
[−]
[src]
pub struct DecoderBuilder { /* fields omitted */ }pub struct DecoderBuilder { /* fields omitted */ }impl DecoderBuilder[src]fn read_ident_packet<R: BitRead>(&mut self, reader: &mut R) -> Result<()>fn read_comment_packet<R: BitRead>(&mut self, reader: &mut R) -> Result<()>fn read_setup_packet<R: BitRead>(&mut self, reader: &mut R) -> Result<()>fn build(self) -> Decoderfn header(&self) -> Option<&Header>fn comments(&self) -> Option<&Comments>