Enum webrtc_media::track::setting::audio::AutoGainControl [−][src]
pub enum AutoGainControl {
Off,
On,
}
Expand description
Automatic gain control 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 AutoGainControl
impl Send for AutoGainControl
impl Sync for AutoGainControl
impl Unpin for AutoGainControl
impl UnwindSafe for AutoGainControl
Blanket Implementations
Mutably borrows from an owned value. Read more