Struct range_encoding::opus::Reader [−][src]
pub struct Reader<R> where
R: Read, { /* fields omitted */ }Methods
impl<R> Reader<R> where
R: Read, [src]
impl<R> Reader<R> where
R: Read, pub fn new(input: R) -> Result<Self, Error>[src]
pub fn new(input: R) -> Result<Self, Error>pub fn symbol(
&mut self,
icdf: &CumulativeDistributionFrequency
) -> Result<u32, Error>[src]
pub fn symbol(
&mut self,
icdf: &CumulativeDistributionFrequency
) -> Result<u32, Error>Decode the next symbol in line.
pub fn done(self)[src]
pub fn done(self)