Enum opus::Bandwidth[][src]

pub enum Bandwidth {
    Auto,
    Narrowband,
    Mediumband,
    Wideband,
    Superwideband,
    Fullband,
}

The available bandwidth level settings.

Variants

Auto/default setting.

4kHz bandpass.

6kHz bandpass.

8kHz bandpass.

12kHz bandpass.

20kHz bandpass.

Trait Implementations

impl Debug for Bandwidth
[src]

Formats the value using the given formatter. Read more

impl Clone for Bandwidth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Bandwidth
[src]

impl Eq for Bandwidth
[src]

impl PartialEq for Bandwidth
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Bandwidth
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for Bandwidth

impl Sync for Bandwidth