Struct vorbis::Decoder [] [src]

pub struct Decoder<R> where
    R: Read + Seek
{ /* fields omitted */ }

Allows you to decode a sound file stream into packets.

Methods

impl<R> Decoder<R> where
    R: Read + Seek
[src]

Trait Implementations

impl<R> Drop for Decoder<R> where
    R: Read + Seek
[src]

A method called when the value goes out of scope. Read more