Enum opus::Application [] [src]

pub enum Application {
    Voip,
    Audio,
    LowDelay,
}

The possible applications for the codec.

Variants

Best for most VoIP/videoconference applications where listening quality and intelligibility matter most.

Best for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input.

Only use when lowest-achievable latency is what matters most.

Trait Implementations

impl Debug for Application
[src]

Formats the value using the given formatter.

impl Clone for Application
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Application
[src]

impl Eq for Application
[src]

impl PartialEq for Application
[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 Application
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.