Struct opus::Decoder [] [src]

pub struct Decoder { /* fields omitted */ }

An Opus decoder with associated state.

Methods

impl Decoder
[src]

Create and initialize a decoder.

Decode an Opus packet.

Decode an Opus packet with floating point output.

Get the number of samples of an Opus packet.

Reset the codec state to be equivalent to a freshly initialized state.

Get the final range of the codec's entropy coder.

Get the decoder's last bandpass.

Get the samping rate the decoder was intialized with.

Trait Implementations

impl Drop for Decoder
[src]

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