Enum webrtc_media::track::setting::audio::EchoCancellation [−][src]
pub enum EchoCancellation {
Off,
On,
}
Expand description
When one or more audio streams is being played in the processes of various microphones, it is often desirable to attempt to remove all the sound being played from the input signals recorded by the microphones. This is referred to as echo cancellation.
There are cases where it is not needed and it is desirable to turn it off so that no audio artifacts are introduced. This allows applications to control this behavior.
Specification
Variants
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for EchoCancellation
impl Send for EchoCancellation
impl Sync for EchoCancellation
impl Unpin for EchoCancellation
impl UnwindSafe for EchoCancellation
Blanket Implementations
Mutably borrows from an owned value. Read more