Enum opus::Application
[−]
[src]
pub enum Application {
Voip,
Audio,
LowDelay,
}The possible applications for the codec.
Variants
VoipBest for most VoIP/videoconference applications where listening quality and intelligibility matter most.
AudioBest for broadcast/high-fidelity application where the decoded audio should be as close as possible to the input.
LowDelayOnly use when lowest-achievable latency is what matters most.
Trait Implementations
impl Debug for Application[src]
impl Clone for Application[src]
fn clone(&self) -> Application
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Application[src]
impl Eq for Application[src]
impl PartialEq for Application[src]
fn eq(&self, __arg_0: &Application) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Hash for Application[src]
fn hash<__H: Hasher>(&self, __arg_0: &mut __H)
Feeds this value into the state given, updating the hasher as necessary.
fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher1.3.0
Feeds a slice of this type into the state provided.