Enum webrtc_media::track::setting::audio::NoiseSuppression [−][src]
pub enum NoiseSuppression {
Off,
On,
}
Expand description
Noise suppression is often desirable on the input signal recorded by the microphone.
There are cases where it is not needed and it is desirable to turn it off so that the audio is not altered. 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 NoiseSuppression
impl Send for NoiseSuppression
impl Sync for NoiseSuppression
impl Unpin for NoiseSuppression
impl UnwindSafe for NoiseSuppression
Blanket Implementations
Mutably borrows from an owned value. Read more